Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.18 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.18 KB

conda-phoenix

Demo to show how to set up Anaconda and conda environments on phoenix HPC cluster

Install

First clone this repository and change to its directory

git clone https://github.com/stevekm/conda-phoenix.git
cd conda-phoenix

Install Anaconda to the current directory

  • path can be changed with the INSTALL_DIR variable in the Makefile
make install

Activate - Makefile

The Makefile can run the steps needed to setup a new Anaconda environment by running the command:

make setup

Afterwards, you can check that it worked by running the command:

make test

Activate - Script

The same steps can be accomplished with the included shell scripts. After running make install to install Anaconda, you can setup the example xmltodict Conda environment with:

./setup_xmltodict.sh

and then activate the new environment with:

source activate_xmltodict.sh

Deactivate the Conda environment with:

source deactivate

Setup Environment

Resources

Anaconda

Conda Environments