install: locking in version of pipx installed to help avoid unexpected changes from new versions
This commit is contained in:
parent
4b3693b9cd
commit
0204472928
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install pip/invoke to run install with provided options
|
# install pip/invoke to run install with provided options
|
||||||
python3 -m pip install --user pipx
|
python3 -m pip install --user pipx==0.16.4
|
||||||
python3 -m pipx ensurepath
|
python3 -m pipx ensurepath
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
pipx install invoke
|
pipx install invoke
|
||||||
|
|
Loading…
Reference in a new issue