You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
pipsi installs each package into ~/.local/venvs/PKGNAME and then symlinks all new scripts into ~/.local/bin.
Many prefer to keep their OS Python install clean of any 3rd party packages.
For others it's not even a choice as they don't have
sudo
access.It would be nice to have instructions for an unprivileged user to get pipenv on their
PATH
in some way.This seems hacky but it seems to work...
System with Python 3
System with Python2 and virtualenv
The text was updated successfully, but these errors were encountered: