Skip to content

Commit

Permalink
Add instructions for choosing pip version (#1771)
Browse files Browse the repository at this point in the history
* Add instructions for choosing pip version

* clarify
  • Loading branch information
alexmorley authored Jan 8, 2021
1 parent 91e180d commit 49edaed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,9 @@ Complete list of settings that you can put into ``testenv*`` sections:
.. versionadded:: 3.10

Set to ``true`` if you want virtualenv to upgrade pip/wheel/setuptools to
the latest version.
the latest version. If (and only if) you want to choose a specific version
(not necessarily the latest) then you can add e.g. ``VIRTUALENV_PIP=20.3.3``
to your setenv.

.. conf:: args_are_paths ^ true|false ^ true

Expand Down

0 comments on commit 49edaed

Please sign in to comment.