You may smile when read this question, but.. I read in many places how to do this work, but I have this trouble:
I use a windows 7 system; I already installed python 3.2 and the module virtualenv; when I put the instruction: virtualenv -p /usr/bin/python 3.2
it send an syntax error. If I put the instruction: /usr/bin/virtualenv-3.2 It send the same syntax error. How do I create a virtualenv? Thanks for your help
/usr/existed on Windows 7. Actually, I'm pretty bloody sure it doesn't :P Have you considered leaving out that argument and just runningvirtualenv [name_of_virtual_environment]?