5 ms·
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 eliminat
by donarb 4y 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.
- akvadrako 4y agoContainers are basically language agnostic virtual environments done right. Having python or js specific solutions is really a hack.