Use python3Full (instead of python3) for template

This commit is contained in:
Evie Litherland-Smith 2024-07-23 18:39:34 +01:00
parent 18479f82fb
commit 8e482ff200

View file

@ -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")