Skip to content

Commit

Permalink
fix: Don't rely on pipx being available as a module
Browse files Browse the repository at this point in the history
brew does not do this that way.
  • Loading branch information
Konubinix committed May 2, 2024
1 parent e902858 commit 6960e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if _in_venv
then
CMD="pip install --quiet --upgrade"
else
CMD="${PYTHON} -m pipx"
CMD="pipx"
if test "${verb}" = "installing"
then
CMD="${CMD} install"
Expand Down

0 comments on commit 6960e59

Please sign in to comment.