Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e525ee3 commit 777d639Copy full SHA for 777d639
1 file changed
Doc/library/venv.rst
@@ -43,11 +43,6 @@ Creating virtual environments
43
Common installation tools such as ``Setuptools`` and ``pip`` work as
44
expected with venvs - i.e. when a venv is active, they install Python
45
packages into the venv without needing to be told to do so explicitly.
46
- Of course, you need to install them into the venv first: this could be
47
- done by running ``ez_setup.py`` with the venv activated,
48
- followed by running ``easy_install pip``. Alternatively, you could download
49
- the source tarballs and run ``python setup.py install`` after unpacking,
50
- with the venv activated.
51
52
When a venv is active (i.e. the venv's Python interpreter is running), the
53
attributes :attr:`sys.prefix` and :attr:`sys.exec_prefix` point to the base
0 commit comments