C:\Users\pcort>pip install virtualenv Collecting virtualenv Using cached virtualenv-15.1.0-py2.py3-none-any.whl Installing collected packages: virtualenv Exception: Traceback (most recent call last):
I have read that this problem is solved using the command "sudo" in OSX and "runas" in cmd, with the command "sudo" you just have to write "sudo pip install ..." and it works but, how it works the "runas" command? because if you put "runas pip install ..." it does not work