Make installable on Ubuntu Jammy
- Move to python3.10 - Move to ruby3.0
This commit is contained in:
parent
8aa9c1ed9f
commit
e01e2351b2
26 changed files with 50 additions and 50 deletions
14
install
14
install
|
|
@ -4,12 +4,12 @@
|
|||
set -e
|
||||
|
||||
|
||||
sudo apt-get install -y python3.9 python3-pip
|
||||
python3.9 -m pip install --upgrade pip
|
||||
python3.9 -m pip install $1 ./eris
|
||||
sudo apt-get install -y python3.10 python3-pip
|
||||
python3.10 -m pip install --upgrade pip
|
||||
python3.10 -m pip install $1 ./eris
|
||||
eris --apt-install-tools
|
||||
# When developing...
|
||||
# python3.9 -m pip install -e ./eris
|
||||
# python3.9 -m pip install -e ./fill3
|
||||
# python3.9 -m pip install -e ./termstr
|
||||
# python3.9 -m pip install -e ./lscolors
|
||||
# python3.10 -m pip install -e ./eris
|
||||
# python3.10 -m pip install -e ./fill3
|
||||
# python3.10 -m pip install -e ./termstr
|
||||
# python3.10 -m pip install -e ./lscolors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue