mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-16 07:23:51 -05:00
Fix Error: too many arguments. on deactivating anaconda env
This commit is contained in:
@@ -122,7 +122,7 @@ if [ -n "${conda_env}" ]; then
|
||||
cat <<EOS
|
||||
unset PYENV_DEACTIVATE;
|
||||
export PYENV_ACTIVATE="${prefix}";
|
||||
. "${prefix%/envs/*}/bin/activate" "${versions##*/}"
|
||||
. "${prefix%/envs/*}/bin/activate" "${versions##*/}";
|
||||
EOS
|
||||
else
|
||||
# virtualenv/pyvenv
|
||||
|
||||
Reference in New Issue
Block a user