From 82a440d46cd1c3cd478f4bf75d0cb45c3b1b8e98 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 27 Jun 2018 02:56:47 -0700 Subject: [PATCH] Install tljh from github --- installer/post-install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/post-install.bash b/installer/post-install.bash index cc5bf77..7464118 100755 --- a/installer/post-install.bash +++ b/installer/post-install.bash @@ -5,6 +5,6 @@ set -euo pipefail export PATH=${PREFIX}/bin:$PATH -pip install --no-cache-dir -e /home/yuvipanda/code/littlest-jupyterhub +pip install --no-cache-dir git+https://github.com/yuvipanda/the-littlest-jupyterhub.git python3 -m tljh.installer