davidmarble / virtualenvwrapper-win

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

rmvirtualenv error folder not empty #69

Closed Skyross closed 7 years ago

Skyross commented 8 years ago

Thanks for package!

I've met one issue. Printed result is Deleted C:\Users\<USERNAME>\Envs\<ENV_NAME> when you use rmvirtualenv <ENV_NAME> command but command didn't remove anything (and there is folder not empty error before message about deleting).

Kind regards, Alexandr

fuzzmz commented 7 years ago

I think you didn't deactivate the virtualenv before running the rmvirtualenv command. Currently it seems that it doesn't automatically try and deactivate the env before deleting it.