I have installed Python3. I created a virtual environment to point to the new version and installed Django which is using python3. But when I am trying to use Django from the virtual environment, I am getting an error message:
ImportError: No module named 'django'
source activate
sudo pip install django
python -c "import django;"