Pip install django --upgrade installs obsolete version

I installed the django version for development in my dev block (django 1.3 alpha1). I want to upgrade to the latest version .. when I:

pip install django --upgrade

For some reason, I get version 1.2.3. How can I use pip to upgrade to the latest version?

+8
django pip upgrade
source share
1 answer

The answer is found, if you delete the django folder in your build directory (using the vtw virtual network), and then try updating again, it will work.

+3
source share

All Articles