Top "Environment-variables" questions

Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer.

ImportError: No module named site on Windows

I am trying to install Python for the first time. I downloaded the following installer from the Python website: Python 2.7.1 …

python windows module installation environment-variables
anaconda - path environment variable in windows

I am trying to run python from the windows command prompt (windows 10). So the result is the typical one when …

python windows environment-variables anaconda
Setting an environment variable before a command in Bash is not working for the second command in a pipe

In a given shell, normally I'd set a variable or variables and then run a command. Recently I learned about …

bash environment-variables
How to permanently export a variable in Linux?

I am running RHEL6, and I have exported an environment variable like this: export DISPLAY=:0 That variable is lost when …

linux environment-variables redhat
Where are environment variables stored in registry?

I need to access an environment variable remotely. To do this I think the best way is to read it …

registry environment-variables
How to set user environment variables in Windows Server 2008 R2 as a normal user?

In older versions of Windows, it was just open the Control Panel, select the System applet, select the Advanced tab, …

windows windows-server-2008 environment-variables
how to get program files x86 env variable?

I would like to know how I can display the location of Program Files (x86) in command prompt. I'm using …

windows environment-variables windows-7-x64
Environment variables in Mac OS X

Update: The link below does not have a complete answer. Having to set the path or variable in two places (…

macos environment-variables
Setting PATH environment variable in OSX permanently

I have read several answers on how to set environmental variables on OSX as permanently. First, I tried this, How …

macos bash unix path environment-variables
How can I get System variable value in Java?

How can I get the System Variable value which is present in MyComputer -> Properties -> Advanced -&…

java environment-variables