Top "Environment" questions

The O/S in which a process is executed, especially settings that affect the process

Setting environment variable for one program call in bash using env

I am trying to invoke a shell command with a modified environment via the command env. According to the manual …

bash unix environment-variables environment
Visual Studio Code terminal doesn't activate Conda environment

I read this Stack Overflow post on a similar issue, but the suggestions there don't seem to be working. I …

python visual-studio-code conda environment
<RubyGems> How to change gem environment settings?

I installed rbenv and set up ruby and gems. Now if I run gem env then I got the following: …

ruby gem environment
Conda not found after upgrading to macOS Catalina

I've just updated my MacBook to Catalina. After the update, zsh can't find anymore. In fact, in my .zshrc I …

macos anaconda conda environment macos-catalina
How to use seed.rb to selectively populate development and/or production databases?

I am using seed.rb to populate both my development and production database. I usually populate the first with dummy …

ruby-on-rails ruby-on-rails-3 environment
Changing environment variable of a running process

I have a script that exports a environment variable and starts some subscripts. export LOGLEVEL="1" /home/myuser/bin/myscript1.sh /…

linux bash export environment
How do I set up an Android development environment PURELY in Vim?

I was planning to try to learn Android, and I have totally no knowledge on Android development. But Vim is …

android vim installation environment
Detecting the number of processors

How do you detect the number of physical processors/cores in .net?

.net wmi cpu environment
What's the difference between python shebangs with /usr/bin/env rather than hard-path?

I used to use the shebang #!/usr/bin/env python When is it better to use #!/usr/bin/python What …

python path environment shebang
Create conda environment: "Found conflicts!" when solving environment and "Finding shortest conflict path" running forever

I was provided with an environment.ubuntu.yml file to be able to create a conda environment. However, running conda …

python ubuntu dependencies conda environment