Skip to content

Commit

Permalink
Don't install Python 2's pip
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 4, 2024
1 parent eedb028 commit 26bff21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ntpdate \
mjpg-streamer \
python3-opencv \
python3-pip \
python-pip
#python-pip
#ipython \
#ipython3 \
#python-dev \
Expand All @@ -135,7 +135,7 @@ sed -i "s/updates_available//" /usr/share/byobu/status/status
# #my_travis_retry pip3 install --upgrade pip

echo_stamp "Make sure both pip and pip3 are installed"
pip --version
#pip --version
pip3 --version

echo_stamp "Install and enable Butterfly (web terminal)"
Expand Down

0 comments on commit 26bff21

Please sign in to comment.