I am using Django 1.3.7 and python 2.7.6 on windows7 I got an error when I executing my manage.py in this line of code
import shutil, sys, virtualenv, subprocess
Try
python3 -m pip uninstall virtualenv
python3 -m pip install virtualenv