Closed cehbrecht closed 8 years ago
anaconda home can be defined with export ANACONDA_HOME=/opt/anaconda. But the installation uses a fixed conda enviroment home ... so things are always installed into ~/.conda/envs/birdhouse.
export ANACONDA_HOME=/opt/anaconda
~/.conda/envs/birdhouse
Make the conda envs dir configurable.
conda path can be set in Makefile.config, birdhouse home can be customized using buildout custom.cfg.
anaconda home can be defined with
export ANACONDA_HOME=/opt/anaconda
. But the installation uses a fixed conda enviroment home ... so things are always installed into~/.conda/envs/birdhouse
.Make the conda envs dir configurable.