40970/deleting-an-exported-environment-variable
While setting up gnuplot, I set the envirnment variable:
GNUPLOT_DRIVER_DIR = /home/gnuplot/build/src
But something went wrong while installation.
Is there any way I can remove this env variable and restart installation?
Just use unset command:
unset GNUPLOT_DRIVER_DIR
You are basically trying to echo the ...READ MORE
You need to add more information about ...READ MORE
1. For string comparison, use: if [ "$s1" ...READ MORE
If you're on the main display, then export ...READ MORE
Using -v is, imo, The best way because ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Hi@akhtar, To set an environment we used export ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
Follow the below commands to install PostgreSQL (PSQL) ...READ MORE
You can use $(command), which in my ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.