File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,6 @@ Creating virtual environments
43
43
Common installation tools such as ``Setuptools `` and ``pip `` work as
44
44
expected with venvs - i.e. when a venv is active, they install Python
45
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
46
52
47
When a venv is active (i.e. the venv's Python interpreter is running), the
53
48
attributes :attr: `sys.prefix ` and :attr: `sys.exec_prefix ` point to the base
You can’t perform that action at this time.
0 commit comments