pipsi is an older Python command-line tool for installing Python packages that expose global scripts. Its name stands for “pip script installer.” Instead of installing command-line packages into the system Python environment, it places each package into its own isolated virtualenv. It then symlinks the installed scripts into a user-level binary directory, allowing commands to run globally without using sudo. This design helps avoid dependency conflicts between unrelated Python command-line tools. The project is no longer maintained and now points users toward pipx as the actively maintained successor.
Features
- Python script package installer
- Per-package virtualenv isolation
- Global command symlink creation
- No-sudo installation workflow
- Install, uninstall, upgrade, and list commands
- Unmaintained predecessor to pipx
Categories
LibrariesLicense
MIT LicenseFollow pipsi
Other Useful Business Software
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of pipsi!