eris/install
Andrew Hamilton 54ca18b31d packaging: Install using pipx instead of pip
- Debian and ubuntu don't allow system installs using pip anymore.
2023-09-11 00:25:24 +10:00

14 lines
311 B
Bash
Executable file

#!/bin/bash
set -e
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