Hola All, I can't seem to install the Django dev code?
Following the instructions here: https://docs.djangoproject.com/en/1.5/topics/install/#installing-development-version details: OS: Ubuntu 12.04.3, pip 1.4.1, virtualenv 1.10.1, Django 1.5.3 is installed 1. git cloned 2. workon djangoenv 3.1 pip install -e django-trunk/ Gives error "error: Django.egg-info/PKG-INFO: Permission denied" 3.2 sudo pip install -e django-trunk Gives error...well, no error. But I get the message "Installing django-admin.py script to /usr/local/bin" Sure enough, while in the virtualenv, /usr/local/bin/django-admin.py --version gives 1.7.dev20130911220310 but django-admin.py gives 1.5.3 What am I doing wrong or what have I missed? (I am starting a project and wanted to use the dev branch - 1.6b3 has some nice features that I'd like to use, but I need to push the beta of this out the door roughly the same time as 1.6 final is being released.) cheers L. -- Maya Otos (@maya_otos) tweeted at 9:27 PM on Tue, Jul 30, 2013: When you used to be punk, and now you are still punk but not as punk, are you post-punk or decaying punk or ex-punk or just not punk anymore -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

