From 68c769201b6fb42edaaefa7ee5252b1b7f7b7bf9 Mon Sep 17 00:00:00 2001 From: goodwillcoding Date: Tue, 9 Mar 2021 11:45:53 -0800 Subject: [PATCH 1/2] Update zipapp section to indicate where past virtualenv.pyz can be found Addresses some of the concerns in #2080 --- docs/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index cd71bec1c..466491752 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -61,6 +61,9 @@ minor release use the link ``https://bootstrap.pypa.io/virtualenv/x.y/virtualenv supporting Python 2.7 use `https://bootstrap.pypa.io/virtualenv/2.7/virtualenv.pyz `_. +If you are looking for past version of virtualenv.pyz they are available here: +https://github.com/pypa/get-virtualenv/blob//public//virtualenv.pyz?raw=true + via ``setup.py`` ---------------- We don't recommend and officially support this method. One should prefer using an installer that supports From 2139a20ba61d7b2ea340b0a2e1373a7f9bfbca50 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 19:46:36 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 466491752..d3c44eba2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -61,7 +61,7 @@ minor release use the link ``https://bootstrap.pypa.io/virtualenv/x.y/virtualenv supporting Python 2.7 use `https://bootstrap.pypa.io/virtualenv/2.7/virtualenv.pyz `_. -If you are looking for past version of virtualenv.pyz they are available here: +If you are looking for past version of virtualenv.pyz they are available here: https://github.com/pypa/get-virtualenv/blob//public//virtualenv.pyz?raw=true via ``setup.py``