Use virtual environment instead of nix packages
This commit is contained in:
parent
7777d07bf2
commit
2425648aac
4 changed files with 124 additions and 15 deletions
6
.envrc
6
.envrc
|
|
@ -1 +1,5 @@
|
|||
use nix
|
||||
use nix
|
||||
|
||||
VIRTUAL_ENV="$PWD/venv"
|
||||
export VIRTUAL_ENV
|
||||
PATH_add "$VIRTUAL_ENV/bin"
|
||||
Loading…
Add table
Add a link
Reference in a new issue