Hacker News new | ask | show | jobs
by thmzlt 2205 days ago
I wrote a tutorial the other day on using Nix to handle the Python package situation. No need to install Python or even touch pip:

https://thomazleite.com/posts/development-with-nix-python/

2 comments

+1 for nix. Nothing comes close. Pain to first learn it though.

But now you have truly deterministic builds.

Well, almost. Don't forget to pin channels.

There is also the wonderful poetry2nix project: https://github.com/nix-community/poetry2nix