Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Specify python3 instead of just python when installing.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 373879956
  • Loading branch information
pichuan authored and copybara-github committed May 14, 2021
1 parent e63867d commit a811a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sudo -H apt-get -y install libssl-dev libcurl4-openssl-dev liblz-dev libbz2-dev
# Install pip
################################################################################
note_build_stage "Update pip"
sudo -H apt-get -y install python-dev python3-pip python-wheel python3-setuptools
sudo -H apt-get -y install python3-dev python3-pip python3-wheel python3-setuptools
sudo -H apt-get -y update
# TensorFlow 2.0 requires pip >= 19.0
python3 -m pip install --user -U pip
Expand Down

0 comments on commit a811a06

Please sign in to comment.