5 ms·
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/post
by thmzlt 6y 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/ https://thomazleite.com/posts/development-with-nix-python/
- zcoyle 6y agoThere is also the wonderful poetry2nix project: https://github.com/nix-community/poetry2nix https://github.com/nix-community/poetry2nix
- silviogutierrez 6y ago+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.