Skip to content

Commit 60654c2

Browse files
authored
Merge pull request pypa#1407 from zahlman/fix_virtualenv_description
Fix virtualenv description
2 parents 3596c12 + 2af6a87 commit 60654c2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

source/key_projects.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -333,18 +333,17 @@ it's fast and secure, it's maintained, and it reliably works.
333333
virtualenv
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
348347
Environments`.
349348

350349

0 commit comments

Comments
 (0)