I have python 2.7 installed perfectly, and also pip, and I have been running the PowerShell as admin.
I did:
pip install virtualenv
and
pip install virtualenvwrapper-powershell
and they both were succesfull.
I also did this:
mkdir '~.virtualenvs'
However, whenever I try to:
Import-Module virtualenvwrapper
it always gets me this error: Import-Module: The specific module 'virtualenvwrapper' was not loaded because no valid module file was found in any module directory.
I did pip install virtualenvwrapper-powershell again just to make sure, and I got this: Requirement already satisfied (use --upgrade to upgrade): virtualenvwrapper-powershell in c:\python27\lib\site-packages
What could be wrong ?