Changed VENV_PATH to .venv

This commit is contained in:
saundersp 2024-10-27 20:40:52 +01:00
parent 606b6c8ff9
commit db8d3ef52b

View File

@ -13,7 +13,7 @@ Available flags:
t, -t, tensorboard, --tensorboard Launch Tensorboard locally to the script (Require installation beforehand).
h, -h, help, --help Which display this help message."
VENV_PATH=./venv
VENV_PATH=./.venv
JUPYTER_ROOT_PATH=./jupyter
TENSORBOARD_LOG_DIR=./logs
export R_LIBS_SITE=./libs