Repaired virtualenv activation and deactivation for the fish shell

This commit is contained in:
Fotis Gimian
2014-05-31 12:29:19 +10:00
parent 3f5171e2fc
commit f7da0c5808
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ fi
pyenv-virtualenv-prefix "${versions}" 1>/dev/null
echo "pyenv shell \"${versions}\""
echo "pyenv shell \"${versions}\";"
case "$shell" in
fish ) echo ". \"$(pyenv-prefix "${versions}")/bin/activate.fish\"" ;;
* ) echo "source \"$(pyenv-prefix "${versions}")/bin/activate\"" ;;