Use python3Full (instead of python3) for template
This commit is contained in:
parent
18479f82fb
commit
8e482ff200
|
@ -210,7 +210,7 @@ envrc-file-mode
|
|||
"export LD_LIBRARY_PATH=\"$CC/lib\":\"$ZLIB/lib\"" n
|
||||
"VENV_DIR=.venv/" n
|
||||
"if [ ! -f $VENV_DIR/bin/python3 ]; then" n
|
||||
> "nix run nixpkgs#python3 -- -m venv $VENV_DIR" n
|
||||
> "nix run nixpkgs#python3Full -- -m venv $VENV_DIR" n
|
||||
"fi" n
|
||||
"source .venv/bin/activate")
|
||||
|
||||
|
|
Loading…
Reference in a new issue