Skip to content

Comment on Poetry – Dependency Management for Python – v1.0parent

Comments

Have a repo for your code, vendorize every thing, build a binary including Python interpreter using a build system that emphasize on reproducibility (e.g. Bazel).

Alternatively you can build a docker image using Bazel (for reproducibility) and use tools like Droot to chroot into the image then run.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.