diff --git a/jupyterhub/spawner.py b/jupyterhub/spawner.py index 4b20f578..498a0846 100644 --- a/jupyterhub/spawner.py +++ b/jupyterhub/spawner.py @@ -81,6 +81,7 @@ class Spawner(LoggingConfigurable): 'VIRTUAL_ENV', 'LANG', 'LC_ALL', + 'SHELL' ], config=True, help="Whitelist of environment variables for the subprocess to inherit" )