https://github.com/rubisco-sfa/ilamb-venv
ILAMB virtual environment
https://github.com/rubisco-sfa/ilamb-venv
conda-environment ilamb python-packages
Last synced: 3 months ago
JSON representation
ILAMB virtual environment
- Host: GitHub
- URL: https://github.com/rubisco-sfa/ilamb-venv
- Owner: rubisco-sfa
- Created: 2018-04-25T03:01:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T04:01:50.000Z (over 5 years ago)
- Last Synced: 2025-02-02T07:28:50.420Z (4 months ago)
- Topics: conda-environment, ilamb, python-packages
- Language: Shell
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ILAMB virtual environment
The major purpose of the toolkit is to set up and activate a Python environment for running [ILAMB](https://www.ilamb.org/). The virtual environment is implemented by either Conda or Python itself depending on their availability in HPCs and it includes:
- All Python packages are needed by ILAMB and independent from the packages loaded by system
- ILAMB [V2](https://bitbucket.org/ncollier/ilamb)### Usage
In OLCF (Titan/Rhea) and NERSC (Cori and Edison), the environments have been deployed and can be activated by
the following command directly. *Please use bash shell and unload any Python packages before running the commands.*
- Activate the environment
```
>source activate_ilamb_venv.sh
```
- Deactivate the environment
```
>source deactivate
```If you want to set up a new environment in your directory, please try the following command
- Create a new environment
```
>./make_ilamb_venv.sh
```