From 859ae9d8259e8c15091ebe60879a12e2e0fd576a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 25 Jun 2022 20:00:19 +0300 Subject: [PATCH] update pip inside venv --- venv-trog.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/venv-trog.sh b/venv-trog.sh index 0439008..4fff9c3 100644 --- a/venv-trog.sh +++ b/venv-trog.sh @@ -62,6 +62,7 @@ echo "### Activated." #python -m pip install --upgrade pip PIP=pip +sudo python -m pip install --upgrade pip $PIP list > original-pip.list $PIP freeze >original.txt