Skip to content

Commit

Permalink
Use pip installer for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Aug 4, 2024
1 parent 1e45ec1 commit 23da412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ sed -i "s/updates_available//" /usr/share/byobu/status/status
# sed -i "s/updates_available//" /home/pi/.byobu/status

echo_stamp "Installing pip"
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip2.py
python3 get-pip.py
python get-pip2.py
Expand Down

0 comments on commit 23da412

Please sign in to comment.