So I am new in Python. I install the latest Python 3.6.2 and installed virtualenvwrapper via
pip install virtualenvwrapper-win
but the problem is whenever I run the command mkvirtualenv it throws me an error about the virtualenv already exists, whereas I have not created any virtual environment yet.