jupyterhub_rstudio_install/install.sh

11 lines
242 B
Bash

#!/bin/bash
# Update & Upgrade machine
apt update
apt upgrade -y
# Install Prerequisites
apt install -y python3 python3-dev git curl
# Pull & install JupyterHub
curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin anon