conda create -n py3 python=3.3 anaconda conda create -n py27 python=2.7 anaconda
$ python --version Python 2.7.3 :: Anaconda 1.4.0 (64-bit)
Beware though that you don't use virtualenvs with it but you use their tool conda to create your environments