mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23: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',
|
'VIRTUAL_ENV',
|
||||||
'LANG',
|
'LANG',
|
||||||
'LC_ALL',
|
'LC_ALL',
|
||||||
|
'SHELL'
|
||||||
], config=True,
|
], config=True,
|
||||||
help="Whitelist of environment variables for the subprocess to inherit"
|
help="Whitelist of environment variables for the subprocess to inherit"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user