Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73308d6

Browse files
committed
Merge doc change from 3.3
2 parents 08197a4 + 13266fb commit 73308d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/venv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Creating virtual environments
4040
A venv is a directory tree which contains Python executable files and
4141
other files which indicate that it is a venv.
4242

43-
Common installation tools such as ``Distribute`` and ``pip`` work as
43+
Common installation tools such as ``Setuptools`` and ``pip`` work as
4444
expected with venvs - i.e. when a venv is active, they install Python
4545
packages into the venv without needing to be told to do so explicitly.
4646
Of course, you need to install them into the venv first: this could be
47-
done by running ``distribute_setup.py`` with the venv activated,
47+
done by running ``ez_setup.py`` with the venv activated,
4848
followed by running ``easy_install pip``. Alternatively, you could download
4949
the source tarballs and run ``python setup.py install`` after unpacking,
5050
with the venv activated.

0 commit comments

Comments
 (0)