Link to home
Start Free TrialLog in
Avatar of sharingsunshine
sharingsunshineFlag for United States of America

asked on

Python 3.5.2 32 virtualenv problems

I am trying to install virtualenv on my Windows 7 system and it installs fine but when I want to create a virtualenv for a project I get this error.

https://gyazo.com/888e2396dc677bb7b49e8475297e8b22

This is probably an obvious error but I am new to Windows so please help me to get past this hurdle.  I did try to understand Windows permissions but it wasn't clear to me like it is on a Mac.

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of Cody Jackson
Cody Jackson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of David Johnson, CD
There is a complete walk through available that also goes through the common errors and their fixes
http://www.tylerbutler.com/2012/05/how-to-install-python-pip-and-virtualenv-on-windows-with-powershell/
Avatar of sharingsunshine

ASKER

Hi Cody, thanks for your help.  David, I am not versed in PowerShell and right now don't want to use that method.  But thanks for contributing the link it may be something I can use in the future.