Skip to content

Commit

Permalink
fix(python-tools): upgrade pip and setuptools and install python3-tes…
Browse files Browse the repository at this point in the history
…tresources
  • Loading branch information
entelecheia committed May 12, 2023
1 parent a284feb commit 8bf1a2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ log_task "23. Installing python tools"

ensure_path_entry "${HOME}/.local/bin"

# upgrade pip and setuptools
log_task "Upgrading pip and setuptools"
c /usr/bin/pip3 install --upgrade pip
c /usr/bin/pip3 install --upgrade setuptools

# install pipx
if ! pipx --version &>/dev/null; then
log_task "Installing pipx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ readonly wanted_packages=(
python3-pip
python3-dev
python3-setuptools
python3-testresources
python3-venv
gh
git-sizer
Expand Down

0 comments on commit 8bf1a2d

Please sign in to comment.