Skip to content

Commit

Permalink
Fix setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaylee committed Oct 3, 2023
1 parent 7189fed commit f40919e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ myenv_package_managers_632264331_install python3-pip

if [ "$(command -v pip)" ]; then
if ! pip install --user pipx; then
python3 -m pip install --user pipx
if ! python3 -m pip install --user pipx; then
myenv_package_managers_632264331_install pipx
fi
fi
fi

Expand Down

0 comments on commit f40919e

Please sign in to comment.