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.

Set environment variables on Mac OS X Lion

When someone says "edit your .plist file" or "your .profile" or ".bash_profile" etc, this just confuses me. I have …

macos environment-variables osx-lion
'git' is not recognized as an internal or external command

I have an installation of Git for Windows, but when I try to use the git command in Command Prompt, …

windows git path environment-variables command-prompt
Defining and using a variable in batch file

I'm trying to define and use a variable in a batch file. It looks like it should be simple: @echo …

batch-file cmd environment-variables
Setting environment variables on OS X

What is the proper way to modify environment variables like PATH in OS X? I've looked on Google a little …

macos bash path environment-variables
Setting Environment Variables for Node to retrieve

I'm trying to follow a tutorial and it says: There are a few ways to load credentials. Loaded from environment …

node.js environment-variables
Read environment variables in Node.js

Is there a way to read environment variables in Node.js code? Like for example Python's os.environ['HOME'].

javascript node.js environment-variables
How to set Java environment path in Ubuntu

I just installed JDK in Ubuntu with sudo apt-get install openjdk-6-jdk command, after the installation where's the Java bin …

ubuntu environment-variables java
Is there a command to refresh environment variables from the command prompt in Windows?

If I modify or add an environment variable I have to restart the command prompt. Is there a command I …

windows cmd environment-variables
How to set environment variables in Jenkins?

I would like to be able to do something like: AOEU=$(echo aoeu) and have Jenkins set AOEU=aoeu. The …

jenkins continuous-integration environment-variables
How to add a default include path for GCC in Linux?

I'd like gcc to include files from $HOME/include in addition to the usual include directories, but there doesn't seem …

linux gcc include environment-variables