Changes between Version 1 and Version 2 of Ticket #18249, comment 3


Ignore:
Timestamp:
May 1, 2012, 10:57:15 AM (12 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18249, comment 3

    v1 v2  
    11It 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.
    22
    3 This is 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.
     3Related to this: Why are you running your ``pip install Packages`` with sudo? I suspect with that you are installing Django to the global level.
    44
    55Precisely the point of using virtualenv (i.e. creating a virtual environment and activating it) is to be able to install these packages locally (inside the virtualenv) and as a normal user.
Back to Top