yuvipanda 3f0c8942cc Preserve PATH when using sudo -E
jupyterhub admins should be able to run `sudo -E pip install numpy`
and install numpy into the user environment. However, since pip
is in the PATH we explicitly set in jupyterhub_config.py and
sudo doesn't preserve PATH, this won't work.

We exempt jupyterhub-admins groups from the PATH restriction,
so sudo -E works. This has some security costs, but we are already
allowing passwordless roots for them with unrestricted paths...
2018-06-28 01:22:27 -07:00
2018-06-28 00:46:22 -07:00
2018-06-28 01:22:27 -07:00
2018-06-15 15:37:13 -07:00
2018-06-15 15:37:13 -07:00
2018-06-26 18:37:24 -07:00
2018-06-15 15:37:13 -07:00

the-littlest-jupyterhub

JupyterHub distribution for small, single-node hubs

Description
Simple JupyterHub distribution for 1-100 users on a single server
Readme BSD-3-Clause 11 MiB
Languages
Python 98.1%
Smarty 1.4%
Dockerfile 0.5%