I had installed a development version of django on my dev box (django 1.3 alpha1). I want to upgrade to latest version.. when I :
pip install django --upgrade
I get version 1.2.3 for some reason. How do I use pip to upgrade to the latest version?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Found the answer, if you delete the django folder in your build directory (using a virtualenv btw) and then try the upgrade again it will work.