可直接覆盖之前安装的其他版本
sudo pip install Django==1.4.2查看安装的django版本
python >>> import django >>> django.VERSION (1, 4, 2, 'final', 0)