Skip to content

Instantly share code, notes, and snippets.

@InnovativeInventor
Created July 21, 2018 20:02
Show Gist options
  • Save InnovativeInventor/3a6d7da9eed3bccd4a2b2593a5bd69d0 to your computer and use it in GitHub Desktop.
Save InnovativeInventor/3a6d7da9eed3bccd4a2b2593a5bd69d0 to your computer and use it in GitHub Desktop.
A jupyterhub service file for miniconda
[Unit]
Description=Jupyterhub
After=syslog.target network.target
[Service]
User=root
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/ubuntu/miniconda3/bin"
ExecStart=/home/ubuntu/miniconda3/bin/jupyterhub -f /etc/jupyterhub/jupyterhub_config.py
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment