diff --git a/templates b/templates index c2f09a0..e38fe34 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#python3Full -- -m venv $VENV_DIR" n + > "python3 -m venv $VENV_DIR" n "fi" n "source $VENV_DIR/bin/activate")