Make installable on Ubuntu Jammy

- Move to python3.10
- Move to ruby3.0
This commit is contained in:
Andrew Hamilton 2022-04-23 17:36:22 +10:00
parent 8aa9c1ed9f
commit e01e2351b2
26 changed files with 50 additions and 50 deletions

14
install
View file

@ -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