Hacker News new | ask | show | jobs
by jefurii 2805 days ago
Just use pip and virtualenv. I've been using them on a cluster of related projects for years and they've been rock-solid.
1 comments

And you can avoid virtualenvs as well until you need to ship a large app.

"pip install --user pkg" is good enough for beginners and writing libraries with few deps.