Skip to content

Commit

Permalink
change for pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-harin committed May 19, 2024
1 parent 91fd368 commit 60a4223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installs/install-pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set -e
set -o pipefail

"${LOCAL}/help/assert-tool.sh" python3 --version
"${LOCAL}/help/assert-tool.sh" pip --version
"${LOCAL}/help/assert-tool.sh" pip3 --version

"${LOCAL}/help/sudo.sh" python3 -m pip install --upgrade pip
"${LOCAL}/help/sudo.sh" python3 -m pip install -r "${LOCAL}/requirements.txt"

0 comments on commit 60a4223

Please sign in to comment.