pipsi
pip script installer
Install
- All systems
-
curl cmd.cat/pipsi.sh
- Debian
-
apt-get install pipsi
- Ubuntu
-
apt-get install pipsi
- Kali Linux
-
apt-get install pipsi
- Fedora
-
dnf install pipsi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pipsi
- Dockerfile
- dockerfile.run/pipsi
pipsi
pip script installer
pipsi is a wrapper around virtualenv and pip which installs scripts provided by python packages into separate virtualenvs to shield them from your system and each other. In other words: you can use pipsi to install things like pygmentize without making your system painful.