From: Tom Christie Date: Wed, 5 Oct 2022 17:42:32 +0000 (+0100) Subject: Always use latest version of `pip`. (#2396) X-Git-Tag: 0.23.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac58e007a99bc85057791725b22bf004fa4e0a6;p=thirdparty%2Fhttpx.git Always use latest version of `pip`. (#2396) Installation should start by updating `pip` to the latest version. Resolves issue noted in https://github.com/encode/httpx/pull/2334#issuecomment-1268308195 --- diff --git a/scripts/install b/scripts/install index 65885a72..f98bbfca 100755 --- a/scripts/install +++ b/scripts/install @@ -15,5 +15,6 @@ else PIP="pip" fi +"$PIP" install -U pip "$PIP" install -r "$REQUIREMENTS" "$PIP" install -e .