dsriggs1 / dotfiles

Storing nixos configuration
0 stars 0 forks source link

Figure out how to create python virtual environments. #5

Open dsriggs1 opened 4 months ago

dsriggs1 commented 4 months ago

Seems like a common approach is to create a shell.nix file that creates a python virtual environment with specified packages. Put this file at the base of the project directory and activate with the command nix-shell.