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:
James Davidheiser
2015-03-19 17:50:53 -07:00
committed by Min RK
parent ffb2ba055a
commit 7ca96e5c6c

View File

@@ -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"
)