Skip to content

Commit

Permalink
fix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jul 18, 2024
1 parent 59c169e commit a693186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/scripts/02-install-python-and-pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install_cleanup_trap
apt-get install -y python3-pip
apt-get install -y python3-dev # needed to build CLoader in pyyaml
sudo rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED || true # see jeff gerlings blog post
sudo pip3 install pip==0.24
sudo pip3 install pip==24.0
sudo pip3 install wheel==0.41.2

# these live in /root/.config/pip/pip.conf
Expand Down

0 comments on commit a693186

Please sign in to comment.