Closed biojerm closed 6 years ago
just kidding...I was able to get it to work by doing the two following commands then installing:
$ pip install npm
$ sudo rm -rf /opt/tljh
$ curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py | sudo python3 - --admin testadmin
After re-reading #108 I saw that deleting the old install helped. I am not sure if having npm helped (I doubt it), but i wanted to add it for completeness.
From the original error output:
...
Checking if TLJH is already installed...
TLJH already installed, upgrading... <== clue I missed
...
Please mark as closed.
I am having difficulty installing TLJH, when I run:
I get this output:
checked and I have git installed:
I am running the code on an onsite VM of Ubuntu.
I put some more info below in case it might be useful. Any suggestions on next steps or debug ideas? I have been working on in for a bit and I am stumped. I tried looking at the suggestions in #108, but I did not find anything to fix my problem. Thanks in advanced for any suggestions.