From 49edaedd5f4c0535b1beca0f495a7f6cb38bc6e3 Mon Sep 17 00:00:00 2001 From: Alexander Morley Date: Fri, 8 Jan 2021 17:25:26 +0000 Subject: [PATCH] Add instructions for choosing pip version (#1771) * Add instructions for choosing pip version * clarify --- docs/config.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index a98f42089..f3bb1b12e 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -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