1
Vote

Virtual environments appear twice in VS 2010

description

VS 2010:
Create django project
Create virtual environment with default name 'env'
Activate env
Install package django into env (may be optional)
Close project
Reopen the project, you will see env twice

this happens only on VS 2010

comments