Skip to content

Commit

Permalink
show python and pip versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 22, 2025
1 parent 7e4ad8b commit 9bbb5c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installs/install-pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ 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 Down

0 comments on commit 9bbb5c6

Please sign in to comment.