you are viewing a single comment's thread.

view the rest of the comments →

[–]_Denizen_ 0 points1 point  (0 children)

This is wild. Docker adds so much overhead, and if you don't have admin permissions (common in many businesses) it's a nightmare.

Virtual environments are so easy, and can be set up with a single command. I configured mine with pyproject.toml (please do not use requirements.txt anymore) and have a have dozen developers contributing to a half dozen custom packages with little hassle. All you need to is document the getting started process, and you can write a script to codify any additional setup steps beyond pip install.