davidmarble / virtualenvwrapper-win

Port of Doug Hellmann's virtualenvwrapper to Windows batch scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setprojectdir drive:\non-existent-path give syntax error

thebjorn opened this issue · comments

commented

Below, the c:\work directory exists, but not the c:\work\asdfasdf directory

(testpd) w:\srv\tmp>setprojectdir c:\work\asdfasdf

    "w:\srv\tmp\c:\work\asdfasdf" is now the project directory for
    virtualenv "w:\srv\venv\testpd"
The filename, directory name, or volume label syntax is incorrect.

    "w:\srv\tmp\"w:\srv\tmp\c:\work\asdfasdf"" added to
    w:\srv\venv\testpd\Lib\site-packages\virtualenv_path_extensions.pth

as can be seen, this is also in issue for add2virtualenv.bat