Skip to content

Commit

Permalink
check off
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 16, 2024
1 parent fbad96b commit d94a637
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions installs/install-pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ set -o pipefail
"${LOCAL}/help/assert-tool.sh" python3 --version
"${LOCAL}/help/assert-tool.sh" pip3 --version

# Activate the virtual environment
if [ ! -d "${LOCAL}/venv" ]; then
"${LOCAL}/help/sudo.sh" python3 -m venv "${LOCAL}/venv"
fi

# Activate the virtual environment
# shellcheck source=/dev/null
source "${LOCAL}/venv/bin/activate"

"${LOCAL}/help/sudo.sh" python3 -m pip install --upgrade pip
Expand Down

0 comments on commit d94a637

Please sign in to comment.