Top "Environment" questions

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

How to enumerate all environment variable in Java

System.getenv(name) needs the name of environment variable. I am trying to call Runtime.exec(String[], String[], File), the …

java environment
how to set environment variable for root user

I'm Mac user. I want to set PYTHONPATH env for root. so $ sudo su - # vi ~/.profile and add to …

macos environment sudo pythonpath
Pass environment variables to an Angular2 app?

I need to pass the backend url to my Angular2 app, since production and dev servers are hosted on different …

angular environment
What is the difference between parent.frame() and parent.env() in R; how do they differ in call by reference?

It would be helpful if someone can illustrate this with a simple example? Also, where would it be useful to …

r environment function-call stack-frame
Can I add a channel to a specific conda environment?

I want to add a conda channel to a specific conda environment but when I use conda config --add channels …

python environment conda
Environment driven database settings in Laravel?

I am moving over the the Laravel framework, but I am having trouble with the database settings, Specifically, I have …

php database environment laravel
Setup Environment variable using perl

I am trying to set environment variable using Perl. It should export this variable outside (in current shell) not just …

perl variables environment tcsh
Get an environment variable into a WIX property

Is there a way to get an environment variable in WIX into a property? I'm trying to get the USERPROFILE …

wix environment
How to use environment variable in a C program

I need to know a way for use environment variables in the C programming language. How can I use and …

c variables path environment