Skip to content

Commit

Permalink
show python and pip version later
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 22, 2025
1 parent 9bbb5c6 commit 097473d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installs/install-pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ set -ex
set -o pipefail

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

if [ ! -d "venv" ]; then
python3 -m venv venv
Expand All @@ -36,4 +34,6 @@ fi
# shellcheck source=/dev/null
source venv/bin/activate

python3 --version
pip3 --version
pip3 install -r "${LOCAL}/requirements.txt"

0 comments on commit 097473d

Please sign in to comment.