Files
the-littlest-jupyterhub/installer/post-install.bash

11 lines
250 B
Bash
Raw Normal View History

2018-06-26 18:37:57 -07:00
#!/usr/bin/bash
set -euo pipefail
# Run by the installer after the hub environment has been set up.
export PATH=${PREFIX}/bin:$PATH
2018-06-27 02:56:47 -07:00
pip install --no-cache-dir git+https://github.com/yuvipanda/the-littlest-jupyterhub.git
2018-06-26 18:37:57 -07:00
python3 -m tljh.installer