mattly / bork

the Bash-Operated Reconciling Kludge
Other
218 stars 29 forks source link

add support for pipsi package manager #105

Closed jitakirin closed 6 years ago

jitakirin commented 6 years ago

pipsi (pip script installer) is like Homebrew for python packages - it installs python packages from PyPI (just like pip) in their own isolated virtualenvs and links their executables into a directory on PATH.

This way you can use many of the awesome python based apps straight from PyPI without the risk of messing up the system by having apps with conflicting dependencies / version requirements.