Top "Environment" questions

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

Changing default shell in Linux

How is it possible to change the default shell? The env command currently says: SHELL=/bin/tcsh and I want …

linux bash shell environment tcsh
What's the difference between .bashrc, .bash_profile, and .environment?

I've used a number of different *nix-based systems of the years, and it seems like every flavor of Bash I …

shell environment bash
Using Pip to install packages to Anaconda Environment

conda 4.2.13 MacOSX 10.12.1 I am trying to install packages from pip to a fresh environment (virtual) created using anaconda. In the …

python pip anaconda environment
Change the current directory from a Bash script

Is it possible to change current directory from a script? I want to create a utility for directory navigation in …

bash environment
Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion'?

When I run: C:\Users\ashahria\Downloads>java -jar schemaSpy_5.0.0.jar I get the error below. What is wrong? …

java exception environment runtimeexception
How do I run a program with a different working directory from current, from Linux shell?

Using a Linux shell, how do I start a program with a different working directory from the current working directory? …

linux shell environment
Java system properties and environment variables

What's the difference between system properties System.getProperties() and environment variables System.getenv() in a JVM?

java variables properties system environment
Setting up Eclipse with JRE Path

I have downloaded and extracted Eclipse. I have Eclipse in the following directory: C:\Applications\eclipse. When I try and …

java eclipse path environment
Environment variables in Eclipse

I am able to run a sample hadoop program from the command prompt and am trying to run the same …

java eclipse variables environment
Set windows environment variables with a batch file

I was looking for a way to set the environment path variable with a .cmd file. When the path variable …

windows batch-file path cmd environment