After upgrading django to 1.6 (with http://docs.webfaction.com/software/django/config.html), pip still tries to upgrade django again:
[xxxxxx@web309 myproject]$ pip-2.7 install --upgrade django-allauth
Downloading/unpacking django-allauth
Downloading/unpacking Django>=1.4.3 (from django-allauth)
Downloading Django-1.6.5.tar.gz (6.6Mb): 6.6Mb downloaded
Running setup.py egg_info for package Django
- Is it ok to install django twice, once in pip, and once in my project directory?
- Can I get it to ignore the dependency on django?
- If pip installs django, and there's one in the project directory, which gets used when?
See also https://community.webfaction.com/questions/14139/upgrading-django-using-pip-ok
asked
13 Jul '14, 07:54
brycenesbitt
9●2●13●19
accept rate:
0%