This repository contains environment setup scripts -- these primarily focus on the Agent project, but in the future we'll standardize other projects on these.
To setup the prophet environment (TensorFlow 1.7, Python 3.6):
make prophetThis installs everything you need, up to and including conda and the db2_cli.
To activate the environment, source the following script:
source /path/to/setup/activate_prophet.shYou may want to alias the previous command or add it to your .bashrc.
To remove the prophet environment:
make clean_prophetTo remove all environments, conda, and the db2_cli (at your own risk!):
make cleanest_prophetNote you will have to disconnect and reconnect to complete the conda uninstall.
To setup the prophet_mac environment (TensorFlow 1.7, Python 3.6):
make prophet_macTo activate the environment, use:
source activate prophet_macTo remove the prophet_mac environment:
make clean_prophet_mac