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