@@ -333,18 +333,17 @@ it's fast and secure, it's maintained, and it reliably works.
333
333
virtualenv
334
334
==========
335
335
336
- :doc: `Docs <virtualenv: index>` |
336
+ `Docs <https://virtualenv.pypa.io/en/stable/ index.html >`__ |
337
337
`Issues <https://github.com/pypa/virtualenv/issues >`__ |
338
338
`GitHub <https://github.com/pypa/virtualenv >`__ |
339
339
`PyPI <https://pypi.org/project/virtualenv/ >`__
340
340
341
- virtualenv is a tool which uses the command-line path environment
342
- variable to create isolated Python :term: `Virtual Environments
343
- <Virtual Environment> `, much as :ref: `venv ` does. virtualenv provides
344
- additional functionality, compared to :ref: `venv `, by supporting Python
345
- 2.7 and by providing convenient features for configuring, maintaining,
346
- duplicating, and troubleshooting the virtual environments. For more
347
- information, see the section on :ref: `Creating and using Virtual
341
+ virtualenv is a tool for creating isolated Python :term: `Virtual Environments
342
+ <Virtual Environment> `, like :ref: `venv `. Unlike :ref: `venv `, virtualenv can
343
+ create virtual environments for other versions of Python, which it locates
344
+ using the PATH environment variable. It also provides convenient features for
345
+ configuring, maintaining, duplicating, and troubleshooting virtual environments.
346
+ For more information, see the section on :ref: `Creating and using Virtual
348
347
Environments`.
349
348
350
349
0 commit comments