pip install django problem
I'm using puTTY as my ssh. When I run "pip install django" I get the following message. Any ideas how I fix this so I can download django? Below is the full message:
(blog-venv)vagrant@precise64:/vagrant/projects$ pip install django Downloading/unpacking django Cannot fetch index base URL https://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement django
Sorry You must be a logged in, registered user to answer a question.
Answers
I don't have an answer but I did get it to work. I'm not sure what I did but did all steps again and it installed. However, I seem to be having a similar issue with installing Heroku's Tool Belt from the following link. https://toolbelt.heroku.com/debian wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh