I am a beginner in Python.
I am trying to remove a virtualenv which I have created before by using this command under C:>virtualenvs
rmvirtualenv test
and then I got the following
virtualenv "test" does not exist.
I still can see the directory listed under virtualenvs. I am on windows platform and have already installed virtualwrapper-win.
Please suggest how can I get rid of that env using the above command.