Skip to main content

I don’t need to upgrade pip; I already get that with –upgrade-deps

ID
0044915
date
2023-12-17 22:19:27+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
4b4a354
message
I don't need to upgrade pip; I already get that with --upgrade-deps
changed files
1 file, 3 deletions

Changed files

fish_functions/venv.fish (1678) → fish_functions/venv.fish (1598)

diff --git a/fish_functions/venv.fish b/fish_functions/venv.fish
index 991d46f..322257a 100644
--- a/fish_functions/venv.fish
+++ b/fish_functions/venv.fish
@@ -15,9 +15,6 @@ function venv
 
     source .venv/bin/activate.fish
 
-    echo "Updating to the latest version of pip"
-    pip install --upgrade pip
-
     # If we're in a trusted Git repository (one that I own) and we
     # can see  a requirements file, go ahead and install pip-tools
     # and install the dependencies.