Hi,

pip install --no-deps django-debug-toolbar
might help. --no-deps = no dependencies

I highly recommend you pip freeze
your current environement and then just do a pip install --no-deps new_component_name, thisway you know what is in your environment and no component can seek stuff in...

hope this helps
Frank

http://pip.readthedocs.org/en/latest/user_guide.html#configuration

Am 17.02.2014 20:41, schrieb jmindv...@gmail.com:
Hello,

when I pip-installed django-debug-toolbar, the latest version of Django was installed automatically. Not my intention. I got warning as below.


    ========
    WARNING!
    ========

    You have just installed Django over top of an existing
    installation, without removing it first. Because of this,
    your install may now include extraneous files from a
    previous version that have since been removed from
    Django. This is known to cause a variety of problems. You
    should manually remove the

    /usr/local/lib/python2.7/site-packages/django

    directory and re-install Django.




but never asked if it is OK to do so. So, I tried to uninstall it and reinstall it. Wehn I do
rm -rf django
pip install django==1.3
somehow, it says,


Requested django==1.3, but installing version 1.6.2
Installing collected packages: django
  Running setup.py install for django


Again version 1.6 was installed. Does anyone know the solution to it. Please.


Jun
--
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a571e1ed-88e1-4263-b288-b34837fd9a80%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/53026AB1.9070706%40produktlaunch.de.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to