Skip to content

Commit

Permalink
Merge pull request #330 from timur-harin/fix_pip3
Browse files Browse the repository at this point in the history
Change for pip3
  • Loading branch information
yegor256 committed May 21, 2024
2 parents 8a8e555 + 60a4223 commit 595af54
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 595af54

Please sign in to comment.