Hacker News new | ask | show | jobs
by bthornbury 807 days ago
Recently, I've been using a local docker container to house the interpreter for all of my new python projects.

For day-to-day work it is far superior than endless virtualenvs clogging up my harddrive and hunting for brew package dependencies.

I open sourced a template in case other may find it useful.