packaging: Let eris install on Fedora distributions
This commit is contained in:
parent
13345232d9
commit
d5122f833a
8 changed files with 42 additions and 26 deletions
9
install
9
install
|
|
@ -2,13 +2,8 @@
|
|||
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
|
||||
sudo apt install -y python3.11 pipx
|
||||
pipx install --system-site-packages $1 ./eris
|
||||
eris --apt-install-tools
|
||||
# When developing...
|
||||
# python3.11 -m pip install -e ./eris
|
||||
# python3.11 -m pip install -e ./fill3
|
||||
# python3.11 -m pip install -e ./termstr
|
||||
# python3.11 -m pip install -e ./lscolors
|
||||
eris --install-all-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue