From cccdc82127242223fcfa86ab156e8b0111ea16e5 Mon Sep 17 00:00:00 2001 From: Adam Parler Date: Sat, 19 Aug 2023 13:55:18 -0700 Subject: [PATCH] Realized that 'conda' is not available in sudoer space. Added comment about how to get that set up. --- jupyterhub_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jupyterhub_install.sh b/jupyterhub_install.sh index c05176f..a90717e 100755 --- a/jupyterhub_install.sh +++ b/jupyterhub_install.sh @@ -73,4 +73,7 @@ sudo tljh-config set limits.cpu ${SYS_CPU} sudo tljh-config reload proxy sudo tljh-config reload +## Add conda to sudo path +# sudo nano /etc/sudoers # append to secure_path (without variables) ${TLJH_INSTALL_PREFIX}/user/bin + echo "Successfully installed JupyterHub" \ No newline at end of file