Changes between Version 2 and Version 3 of Ticket #18249, comment 3
- Timestamp:
- May 1, 2012, 3:46:55 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18249, comment 3
v2 v3 1 It is most surely you have a previous global installation of Django alreadyinstalled and things are mixing. You need to manually cleanup any older Django version you had installed we are trying to figure out how to get the Django installation process/procedure to do/document that in #18115. I'm closing this ticket as duplicate. 1 It is most surely you have a previous global installation of Django already and things are mixing up. You need to manually cleanup any older Django version you had installed. 2 3 We are trying to figure out how to get the Django installation process/procedure to do/document that in #18115. I'm closing this ticket as duplicate. 2 4 3 5 Related to this: Why are you running your ``pip install Packages`` with sudo? I suspect with that you are installing Django to the global level.