Hacker News new | ask | show | jobs
by savrajsingh 1214 days ago
Pyenv virtualenv is my personal fav for this issue
3 comments

I personally hate the venv shell, its oddly confusing and I don’t understand how it works
+1. The lack of mention of pyenv and pyenv-virtualenv is surprisingly common but has always been my best experience.
Yes, I don't write a lot of Python but found that was the easiest to get minimal repeatable builds and isolate them per project.

Link for anyone not familiar with pyenv/virtual env usage: https://www.jackhoy.com/web-applications/2017/02/12/setting-...