Skip to content

An attempt at using Nix to manage Python development environments.

Notifications You must be signed in to change notification settings

karthicraghupathi/nix_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Development Environment with Nix

An attempt to create a reproducible python development environment with Nix.

Initialize Development Environment.

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

About

An attempt at using Nix to manage Python development environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published