We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1fdc9 commit 1431befCopy full SHA for 1431bef
src/virtualenv/activation/fish/activate.fish
@@ -21,7 +21,7 @@ function deactivate -d 'Exit virtualenv mode and return to the normal environmen
21
if test (echo $FISH_VERSION | head -c 1) -lt 3
22
set -gx PATH (_fishify_path "$_OLD_VIRTUAL_PATH")
23
else
24
- set -gx PATH "$_OLD_VIRTUAL_PATH"
+ set -gx PATH $_OLD_VIRTUAL_PATH
25
end
26
set -e _OLD_VIRTUAL_PATH
27
@@ -63,7 +63,7 @@ set -gx VIRTUAL_ENV '__VIRTUAL_ENV__'
63
64
set -gx _OLD_VIRTUAL_PATH (_bashify_path $PATH)
65
66
- set -gx _OLD_VIRTUAL_PATH "$PATH"
+ set -gx _OLD_VIRTUAL_PATH $PATH
67
68
set -gx PATH "$VIRTUAL_ENV"'/__BIN_NAME__' $PATH
69
0 commit comments