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
 
    