I have 64-bit Python (2.7.5) installed at C:\\Python27 and 32-bit Python at C:\\Python27_32.
C:\\Python27
C:\\Python27_32
I would like to use virtualenv to set up a 32-bit
If you installed the 32Bit version first, and install the 64Bit version second (And you added python to path), Then you can use the updated python launcher (py) to create the 64Bit version of your virtualenv
py
py -m venv my-env-name