Hacker News new | ask | show | jobs
by donarb 1439 days ago
I've started to get away from virtual environments and just use Docker containers where all the pip dependencies can live as first class citizens. Also eliminates having to source the activate file or wonder if I'm calling the correct version of Python when I want to ssh in and run some code by hand in the container.
1 comments

Containers are basically language agnostic virtual environments done right. Having python or js specific solutions is really a hack.