]> granicus.if.org Git - python/commitdiff
Issue #21034: Remove outdated paragraph from venv documentation
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 7 Mar 2016 16:50:49 +0000 (18:50 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 7 Mar 2016 16:50:49 +0000 (18:50 +0200)
Since Python 3.4, there is no need to install pip and setuptools
into a venv manually.

Doc/library/venv.rst

index e9ede8b415f993820fdcdfb0c6b7f1b7d2504abb..acd1443879b5664aa7cf77ba5c63ea62bce1b2e6 100644 (file)
@@ -43,11 +43,6 @@ Creating virtual environments
    Common installation tools such as ``Setuptools`` 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.
-   Of course, you need to install them into the venv first: this could be
-   done by running ``ez_setup.py`` with the venv activated,
-   followed by running ``easy_install pip``. Alternatively, you could download
-   the source tarballs and run ``python setup.py install`` after unpacking,
-   with the venv activated.
 
    When a venv is active (i.e. the venv's Python interpreter is running), the
    attributes :attr:`sys.prefix` and :attr:`sys.exec_prefix` point to the base