我想安装django1.5x.所以我尝试过:
pip install django
Run Code Online (Sandbox Code Playgroud)
但是django1.6安装好了.
我又试过了:
pip install django==1.5
Run Code Online (Sandbox Code Playgroud)
但是我得到了错误:
Could not find any downloads that satisfy the requirement django==1.5
No distributions at all found for django==1.5
Storing complete log in /home/suhail/.pip/pip.log
Run Code Online (Sandbox Code Playgroud)