Skip to content

Commit c25649b

Browse files
author
noirbizarre
committed
Set is_msys to False when not in MSYS shell
1 parent 0f04dcf commit c25649b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtualenvwrapper/user_scripts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
is_msys = True
2424
script_folder = 'Scripts'
2525
else:
26+
is_msys = False
2627
script_folder = 'bin'
2728

2829

0 commit comments

Comments
 (0)