Y
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
mixmastamyk
2804 days ago
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.
link
"pip install --user pkg" is good enough for beginners and writing libraries with few deps.