
solipsis at pitrou
Jul 9, 2012, 2:14 AM
Post #1 of 1
(95 views)
Permalink
|
|
Re: cpython: Issue #15283: Updated pyvenv documentation to expand on activation.
|
|
On Mon, 9 Jul 2012 10:25:58 +0200 (CEST) vinay.sajip <python-checkins [at] python> wrote: > + > + Common installation tools such as ``distribute`` and ``pip`` work as > + expected with venvs - i.e. when a venv is active, they install Python > + packages into the venv without needing to be told to do so explicitly. Not exactly. They will do so if you *install* them in the venv. A system-wide distribute or pip, AFAIK, will still install packages into the system-wide locations. Also, I wonder why you are duplicating the exact same docs in two files. That's a maintenance burden. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev [at] python http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|