davidmarble / virtualenvwrapper-win

Port of Doug Hellmann's virtualenvwrapper to Windows batch scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prompt is in double parentheses

chrullrich opened this issue · comments

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:\...>
commented

Thanks for the report. Fixed in latest version.