How to Learn Nix, Part 39: How to Install Python

So this isn’t great:
$ nix-env -i python3
installing ‘python3-3.10.0a5’
Why isn’t this great? Well, because in the Python versioning scheme, python3-3.10.0a5 is short for “Python 3.10.0 alpha version 5.” The latest stable release of the Python reference i… Read more

Similar

Many models workflows in Python: Part II

In this followup to my earlier post on modeling workflows in Python, I demonstrate how to integrate sample splitting, parallel processing, exception handling and caching into many-models workflows. I also discuss some differences between exploration/infer... (more…)

Read more »