An attempt to create a reproducible python development environment with Nix.
If you've installed the nix
package manager and configured it to use nix-direnv
along with direnv
, then run the following command once to let direnv
automatically sping up the environment for you every time you change into the directory:
direnv allow .
If you don't have direnv
, then run the following command to spin up the environment:
nix develop