Top "Env" questions

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

How do I keep track of pip-installed packages in an Anaconda (Conda) environment?

I've installed and have been using the Anaconda Python distribution, and I have started using the Anaconda (Conda) environment. I …

python pip anaconda env conda
run python script directly from command line

#!/usr/bin/env python I put that at the top of a script. I've seen that should make the script …

python bash shell shebang env
Use different PHP version CLI executable for one command

So I have Gentoo box with three PHP versions installed (nevermind the reasons): /usr/bin/php -> /usr/lib64/…

php linux laravel command-line-interface env
env: python\r: No such file or directory

My Python script beak contains the following shebang: #!/usr/bin/env python When I run the script $ ./beak, I get …

python macos osx-mountain-lion shebang env
How do I find the name of the conda environment in which my code is running?

I'm looking for a good way to figure out the name of the conda environment I'm in from within running …

python anaconda jupyter conda env
Dockerfile - set ENV to result of command

Is it possible to set a docker ENV variable to the result of a command? Like: ENV MY_VAR whoami …

dockerfile env
rails 3, how use an ENV config vars in a Settings.yml file?

In my settings.yml file I have several config vars, some of which reference ENV[] variables. for example I have …

ruby-on-rails yaml env
Mac OS: /usr/bin/env: bad interpreter: Operation not permitted

I'm trying to run this script on Mac OS 10.7 (Lion) and I'm getting the error: $ bbcolors -bash: /usr/local/bin/…

macos perl bash command-line-interface env
What is the difference between system variable and environment variables in CAPL script?

What is the difference between system variable and environment variables in CAPL script with example?

var difference sys env capl
Set global environment variable out of Node.js

I am trying to set a global environment variable out of my node.js app. The goals are: When restarting …

node.js bash spawn env