pipsi = pip script installer
What does it do? 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.
How do I get it?
curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python
How does it work?
pipsi installs each package into ~/.local/venvs/PKGNAME and then symlinks all new scripts into ~/.local/bin.
Installing scripts from a package:
$ pipsi install Pygments
Uninstalling packages and their scripts:
$ pipsi uninstall Pygments
Upgrading a package:
$ pipsi upgrade Pygments
Showing what’s installed:
$ pipsi list
How do I get rid of pipsi?
$ pipsi uninstall pipsi
How do I upgrade pipsi? With 0.5 and later just do this:
$ pipsi upgrade pipsi
On older versions just uninstall and reinstall.
Release files for pipsi 0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pipsi-0.9.tar.gz | 7.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pipsi-0.9-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 14.5 kB
Release files / pipsi-0.9.tar.gz
| Download URL | pipsi-0.9.tar.gz |
|---|---|
| Size | 7.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
688b688cc8a7a76612c0d4d1839aaef98ece8382d4382b9d8b6f0caa65f0ed34
|
|
BLAKE2b-256 checksum How to use checksums |
4e16297caa009ac37bb52a31ed8a76ee50fe373794f32a6ec7a227d7af65e15b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pipsi-0.9-py2-none-any.whl
| Download URL | pipsi-0.9-py2-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
f40fbfb8b3d04d1f0a25d79527f104f50ad19f1609c541cc1a9502f52a70f182
|
|
BLAKE2b-256 checksum How to use checksums |
689749139706f993e03b0b89211c4a682c883ff669a00f22a6089f512f46f408
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |