mtav
mtav
You should be able to fix this by: - adding `c.NativeAuthenticator.import_from_firstuse = True` in a configuration file in `/opt/tljh/config/jupyterhub_config.d/` - or ideally by using: `sudo tljh-config set auth.NativeAuthenticator.import_from_firstuse True` Unfortunately,...
- [ ] Expand the documentation for nativeauthenticator a bit, because it is our default authenticator. Maybe this could even be done before switching to NativeAuthenticator by default. I certainly...
Your solution fails for me at the python 3.10 installation step with the following output: ``` $ sudo env PATH=${PATH} conda install python=3.10 # has confirmation prompt Collecting package metadata...
I tried figuring out why it installs python 3.9 in the user environment and got as far as this part of the installer code: https://github.com/jupyterhub/the-littlest-jupyterhub/blob/main/tljh/installer.py#L156 Maybe setting different versions in...
I just discovered there is a pull request for allowing specifying the python version on install: #784 Not quite a solution to the upgrade problem, but it will certainly help...