Top "Environment" questions

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

How to check the environment using the Symfony console tool?

I use the Symfony CLI tool and I'm looking for a way to check the environment. I could not find …

symfony environment symfony-console
Best way to execute a python script in a given conda environment

I want to execute a python script executed.py from another python script trigger.py using the subprocess package. The …

python subprocess environment conda
What is the difference between with and within in R?

I always use "with" instead of "within" within the context of my research, but I originally thought they were the …

r environment
Does php have an equivalent to python's virtualenv or ruby's sandbox?

I'm used to using python's virtualenv tool to create separate environments that can mimic deployment environments for projects I write. …

php configuration environment
Getting config.eager_load is set to nil while trying to run rails c in test

I'm trying to run the rails (4.1.2) console rails c RAILS_ENV=test And I'm getting this: > config.eager_load …

ruby-on-rails ruby config environment
Setting an environment variable in javascript

How can I set an environment variable in WSH jscript file that calls another program? Here's the reduced test case: …

javascript environment batch-file wsh
Assign multiple objects to .GlobalEnv from within a function

A post on here a day back has me wondering how to assign values to multiple objects in the global …

r global environment assign assignment-operator
Can anyone give me a example of modifying windows environment system variables in WIX?

I still don't know how to add the installdir into the PATH of the Windows System Variables after I went …

path wix environment
%USERPROFILE% env variable for python

I am writing a script in Python 2.7. It needs to be able to go whoever the current users profile in …

python python-2.7 windows-7-x64 environment os.path
Is it possible to change the Environment of a parent process in Python?

In Linux When I invoke python from the shell it replicates its environment, and starts the python process. Therefore if …

python linux environment