diff --git a/templates b/templates index c4e5bad..a3d7e1e 100644 --- a/templates +++ b/templates @@ -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")