mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-14 06:23:52 -05:00
Fix broken setenv in pyenv-virtualenv-init
This commit is contained in:
@@ -81,7 +81,7 @@ EOS
|
||||
;;
|
||||
fish )
|
||||
cat <<EOS
|
||||
setenv PYENV_VIRTUALENV_INIT=1;
|
||||
setenv PYENV_VIRTUALENV_INIT 1;
|
||||
function _pyenv_virtualenv_hook --on-event fish_prompt;
|
||||
if [ (pyenv version-name) = "system" ]
|
||||
eval (pyenv sh-deactivate); or true
|
||||
|
||||
Reference in New Issue
Block a user