mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 22:43:00 +00:00
spawner.py update for default shell
Update spawner.py to do a better job keeping the shell variable intact for terminals launched from within the notebook.
This commit is contained in:

committed by
Min RK

parent
ffb2ba055a
commit
7ca96e5c6c
@@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user