Skip to content

Commit 0163f82

Browse files
danyeawAlexpux
authored andcommitted
set venv activate path unix
Co-authored-by: Алексей <[email protected]>
1 parent 3e21c4c commit 0163f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/venv/scripts/common/activate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deactivate () {
3838
# unset irrelevant variables
3939
deactivate nondestructive
4040

41-
VIRTUAL_ENV="__VENV_DIR__"
41+
VIRTUAL_ENV=$(cygpath "__VENV_DIR__")
4242
export VIRTUAL_ENV
4343

4444
_OLD_VIRTUAL_PATH="$PATH"

0 commit comments

Comments
 (0)