davidmarble / virtualenvwrapper-win

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

Better Cleanup #55

Closed claytondaley closed 8 years ago

claytondaley commented 9 years ago

rmvirtualenv is leaving straggler files in the root folder:

If the script doesn't clean up these files, it's left in a funky state where rmvirtualenv completes without removing the parent folder. This causes mkvirtualenv to think the env exists. Ultimately, we must remove the folder by hand to fix the issue.

cbdelavenne commented 8 years ago

@utek Can you re-upload the distributable to PyPi? The current version on PyPi does not have this change.

utek commented 8 years ago

@cbdelavenne I will as soon I'll be on my windows box. Sorry for delay.