CONDA_ENV_PATH is no longer set by activate?
Opened this issue · 2 comments
ndawe commented
See conda/conda#2312
remenska commented
Thanks, quite annoying that this variable no longer exists.
Seems that now (conda 4.1.5) CONDA_DEFAULT_ENV
holds only the name of the environment, and CONDA_REFIX
holds the full path. Will have to adjust the activate/deactivate scripts and re-build ROOT.
ndawe commented
Annoying indeed.