Conda Env Vars

Quick gist to setup conda env variables I try to keep virtualenv and conda going to ensure I stay versed in both virtual environment methodologies. In virtualenv I can simply modify the script located in $PATH/bin/activate where$PATH is the path to the virtual environment I’m working on. However, the process in conda is a little … [Read more…]