[Distutils] setuptools: why does it install ctypes twice?

2006-11-07 Thread Victor Stinner
>=0.42", "ElementTree>=1.0") Bye, Victor Stinner PS: Please CC-me to your answers ;-) -- Victor Stinner http://www.inl.fr/ ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

[Distutils] sudo pip install: install pip files into /usr/local on Linux?

2018-05-23 Thread Victor Stinner
Hi, pip is currently not well integrated on Linux: it conflicts with the system package manager like apt or rpm. When pip writes files into /usr, it can replace files written by the system package manager and so create different kind of issues. For example, if you check the system integry, you

[Distutils] Re: sudo pip install: install pip files into /usr/local on Linux?

2018-05-25 Thread Victor Stinner
gt; inside a venv into something on $PATH, B: just set a shebang to the python > in a venv, or C: bundle your application into a .deb or .rpm and use the > system package manager to install it. > >> -Original Message- >> From: Victor Stinner >> Sent: Wednesday