Skip to content

Commit

Permalink
set venv activate path unix
Browse files Browse the repository at this point in the history
Co-authored-by: Алексей <alexey.pawlow@gmail.com>
  • Loading branch information
2 people authored and lazka committed Aug 25, 2023
1 parent 3e21c4c commit 0163f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/venv/scripts/common/activate
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deactivate () {
# unset irrelevant variables
deactivate nondestructive

VIRTUAL_ENV="__VENV_DIR__"
VIRTUAL_ENV=$(cygpath "__VENV_DIR__")
export VIRTUAL_ENV

_OLD_VIRTUAL_PATH="$PATH"
Expand Down

0 comments on commit 0163f82

Please sign in to comment.