-
Install Conda.
-
Install Conda environment for pipeline.
$ conda/install_dependencies.sh
- Initialize Conda and re-login.
$ conda init bash
$ exit
- Configure pipeline's python2 and python3 environments.
$ conda/config_conda_env.sh
$ conda/config_conda_env_py3.sh
- Update pipeline's Conda environment with pipeline's python source code. You need to run this step everytime you update (
git pull
) this pipeline.
$ conda/update_conda_env.sh