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.

How to change JAVA.HOME for Eclipse/ANT

I am trying to sign a jar file using an ANT script. I know this has to be pointed at …

java eclipse ant environment-variables java-home
How to refer environment variable in POM.xml?

I am using maven as build tool. I have set an environment variable called env. How can I get access …

java maven environment-variables pom.xml
How can I see the current value of my $PATH variable on OS X?

$ $PATH returns: -bash: /usr/local/share/npm/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/local/sbin:~/…

macos bash path environment-variables homebrew
Get Environment Variable from Docker Container

What's the simplest way to get an environment variable from a docker container that has not been declared in the …

bash docker environment-variables
Adding an .env file to React Project

I'm trying to hide my API Key for when I commit to github, and I've looked through the forum for …

reactjs environment-variables api-key
Jenkins / Hudson environment variables

I am running Jenkins from user jenkins thats has $PATH set to something and when I go into Jenkins web …

jenkins environment-variables hudson
How to set environment variables in PyCharm?

I have started to work on a Django project, and I would like to set some environment variables without setting …

python django environment-variables
Set ANDROID_HOME environment variable in mac

I am new in developing native app using Salesforce SDK. I tried to create android project from command line using …

android environment-variables java-home
How to set environment variable or system property in spring tests?

I'd like to write some tests that check the XML Spring configuration of a deployed WAR. Unfortunately some beans require …

java spring environment-variables spring-test
setting an environment variable in virtualenv

I have a Heroku project that uses environment variables to get its configuration, but I use virtualenv to test my …

python heroku environment-variables virtualenv