I attempted to create a project in Python 3.3. That worked fine but when I tried to create a Virtual Environment I received an error.
Creating virtual environment...
C:\Python\Python33\python.exe: No module named virtualenv
Error in creating virtual environment: 1
I figured that since Python 3.3 comes with Pyvenv I didn't need to take the additional steps to install virtualenv. I take it from this error that PTVS does not currently support this. Is there a way to configure PTVS to use pyvenv instead of virtualenv?
Thanks,
Christopher