davidmarble / virtualenvwrapper-win

Port of Doug Hellmann's virtualenvwrapper to Windows batch scripts
Other
461 stars 106 forks source link

Prompt is in double parentheses #124

Closed chrullrich closed 2 years ago

chrullrich commented 2 years ago

mkvirtualenv.bat sets the prompt prefix for the virtualenv by enclosing its name in parentheses and appending a space. Since pypa/virtualenv#2224 virtualenv itself does the same, so now the prompt looks like this after activating a virtualenv named "dj":

((dj ) ) C:\...>
thebjorn commented 2 years ago

Thanks for the report. Fixed in latest version.