Hi, I have setup a new server using below:
https://tljh.jupyter.org/en/latest/install/custom-server.html
sudo apt install python3 python3-dev git curl
curl -L The Littlest Jupyterhub | sudo -E python3 - --admin xadmin
I noticed that Jupyterhub is using python3.8 from /opt/tljh/hub/lib/python3.8/
But the Notebook or Jupyter Lab is using python3.7 from /opt/tljh/user/lib/python3. 7
Is there a way i can make it use python 3.8? I’m relatively new to this so some instructions will be greatly appreciated.
Thank you