There was an error while loading. Please reload this page.
1 parent fb82834 commit c174967Copy full SHA for c174967
src/virtualenv/activation/fish/activate.fish
@@ -62,7 +62,7 @@ set -gx VIRTUAL_ENV '__VIRTUAL_ENV__'
62
63
# https://github.com/fish-shell/fish-shell/issues/436 altered PATH handling
64
if test (echo $FISH_VERSION | head -c 1) -lt 3
65
- set -gx _OLD_VIRTUAL_PATH (_bashify_path $PATH)
+ set -gx _OLD_VIRTUAL_PATH (_bashify_path $PATH)
66
else
67
set -gx _OLD_VIRTUAL_PATH $PATH
68
end
0 commit comments