@@ -333,18 +333,17 @@ it's fast and secure, it's maintained, and it reliably works.
333333virtualenv
334334==========
335335
336- :doc: `Docs <virtualenv: index>` |
336+ `Docs <https://virtualenv.pypa.io/en/stable/ index.html >`__ |
337337`Issues <https://github.com/pypa/virtualenv/issues >`__ |
338338`GitHub <https://github.com/pypa/virtualenv >`__ |
339339`PyPI <https://pypi.org/project/virtualenv/ >`__
340340
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
348347Environments`.
349348
350349
0 commit comments