Skip to main content

Wraps pip and virtualenv to install scripts

Project description

:: pipsi

  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/PGKNAME 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipsi-0.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

pipsi-0.3-py2-none-any.whl (4.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page