Shell environment manager
(in progress)
In .bashrc or equivalent, add the following:
export SHENV_HOME=/path/to/shenv
source $SHENV_HOME/example-cfg/bash/shenv-setup.bash
shenv setup
The configuration file is ~/.shenv/shenv_cfg.py (use shenv generate to generate a template).
To install from source, first create a MSI via:
python setup.py dist_msi
Then run installer (in dist)
Alternatively, install python packages via something like:
python setup.py install
Then generate the batch file with:
python -m shenv.batgen --overwrite -f \path\to\shenv.bat
(or just run "python -m shenv.batgen" and capture stdout)