pyenv-virtualenv icon indicating copy to clipboard operation
pyenv-virtualenv copied to clipboard

set/unset CONDA_PREFIX on activate

Open andrew-christianson opened this issue 6 years ago • 1 comments

Conda activate (at least in fish) appears to set both CONDA_PREFIX and CONDA_DEFAULT_ENV, and rely upon them both being set to determine the environment to use when none is specified. This patch sets CONDA_PREFIX appropriately, as well unsets in the fish case

andrew-christianson avatar Mar 08 '19 19:03 andrew-christianson

Please update the PR for the tests to pass

native-api avatar Apr 16 '23 16:04 native-api