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 f2cab7b commit afb462eCopy full SHA for afb462e
1 file changed
Lib/venv/scripts/common/activate.fish
@@ -34,6 +34,9 @@ end
34
deactivate nondestructive
35
36
set -gx VIRTUAL_ENV __VENV_DIR__
37
+if string match -qr 'CYGWIN|MSYS|MINGW' (uname)
38
+ set -gx VIRTUAL_ENV (cygpath -u $VIRTUAL_ENV)
39
+end
40
41
set -gx _OLD_VIRTUAL_PATH $PATH
42
set -gx PATH "$VIRTUAL_ENV/"__VENV_BIN_NAME__ $PATH
0 commit comments