File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments