Realized that 'conda' is not available in sudoer space. Added comment about how to get that set up.

This commit is contained in:
Adam Parler 2023-08-19 13:55:18 -07:00
parent 5d4bf8c2be
commit cccdc82127

View file

@ -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"