Hacker News new | ask | show | jobs
by isp 902 days ago
This is the problem that 'venv' (virtual environments) was designed to solve.

You can run pip in an isolated virtual environment, in user mode (not as root) - see https://gist.github.com/saurabhshri/46e4069164b87a708b39d947...

1 comments

See my sibling response(s). Also this comment criticizing the solution in that link you gave me:

https://gist.github.com/saurabhshri/46e4069164b87a708b39d947...