Salut Pascual,

Le 2018-02-10 à 05:47, PASCUAL Eric a écrit :

If virtualenv is to be avoided /(which I do not recommend anyway, especially for a newbie, since it protects him from breaking his Python system installation)/, my advice would be to go with:


$ python setup.py install *--user*


You're not going to break your Python setup just by installing a package with distutils/setuptools. ;-)

In fact, the purpose of site-packages and dist-packages directories is to provide a logical layout for Python packages.
There's no need in my opinion to not install Django in a standard location.

Best regards,
Etienne

--
Etienne Robillard
tkad...@yandex.com
https://www.isotopesoftware.ca/

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/94c388f3-d2be-2830-d3c6-d7d7557388f7%40yandex.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to