top | item 32118888

(no title)

donarb | 3 years 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.

discuss

order

akvadrako|3 years ago

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