Hacker News new | ask | show | jobs
by Kaze404 1437 days ago
I don’t personally write Python often, especially not in an enterprise context, but from my (admittedly narrow) understanding all these tools try to do what Nix already does. You could look into that.
1 comments

You can use Poetry and Nix together with Poetry2nix! [1]

[1] https://www.tweag.io/blog/2020-08-12-poetry2nix/

Whoa, now that’s cool. The extent of my experience with Python and Nix is using a shebang line with nix-shell to specify the dependencies of my script, but I can see this being very useful for actual projects. Thank you!