packaging: Install using pipx instead of pip
- Debian and ubuntu don't allow system installs using pip anymore.
This commit is contained in:
parent
250be00283
commit
54ca18b31d
1 changed files with 2 additions and 3 deletions
5
install
5
install
|
|
@ -4,9 +4,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
sudo apt-get install -y python3.11 python3-pip
|
sudo apt install -y python3.11 pipx
|
||||||
python3.11 -m pip install --upgrade pip
|
pipx install --system-site-packages $1 ./eris
|
||||||
python3.11 -m pip install $1 ./eris
|
|
||||||
eris --apt-install-tools
|
eris --apt-install-tools
|
||||||
# When developing...
|
# When developing...
|
||||||
# python3.11 -m pip install -e ./eris
|
# python3.11 -m pip install -e ./eris
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue