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.

How to set an environment variable only for the duration of the script?

On Linux (Ubuntu 11.04) in bash, is it possible to temporarily set an environment variable that will only be different from …

linux bash environment-variables
Using Environment Variables with Vue.js

I've been reading the official docs and I'm unable to find anything on environment variables. Apparently there are some community …

node.js vue.js environment-variables vue-cli vue-cli-3
How to set env variable in Jupyter notebook

I've a problem that Jupyter can't see env variable in bashrc file, is there a way to load these variables …

python bash environment-variables jupyter-notebook
How to give environmental variable path for file appender in configuration file in log4j

I have a log4j.xml config file. and a RollingFileAppender to which I need to provide file path for …

java log4j environment-variables
Launch Pycharm from command line (terminal)

I want to try out PyCharm for sage mathematics development. Normally I run eclipse to do sage development, but now …

python command-line environment-variables pycharm sage
How do I print a list of "Build Settings" in Xcode project?

Alternate Titles List of Xcode build variables Print a list of Xcode Build Settings Clang Environment Variables Canonical list of …

xcode build-process environment-variables clang
Passing bash variable to jq

I have written a script to retrieve certain value from file.json. It works if I provide the value to …

json bash environment-variables jq
What does the 'export' command do?

I am a little new to Linux, and I happen to run some commands blindly, in order to get things …

shell unix command environment-variables
test process.env with Jest

I have an app that depends on environmental variables like: const APP_PORT = process.env.APP_PORT || 8080; and I would …

node.js testing environment-variables jestjs
How to set an environment variable from a Gradle build?

I'm trying to set an environment variable from my Gradle build. I'm on MacOS X (El Capitan). The command is "…

gradle environment-variables build.gradle