-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't open a terminal #4
Comments
This can be reproduced with:
It's unclear whether we should handle that case, since I'm not sure an empty but defined $SHELL makes a lot of sense, but it's easy to do, so might as well: #5 |
For the record, the issue was that this particular user didn't have a default shell in |
I think in general, empty environment vars are treated as undefined - I assume because in some context it's easier to set them to empty than to actually undefine them. |
Write test to test for running of multiple selection and insert below.
In some situations on my Jupyterhub deployment, I can't open a terminal page. It tries to go to that page, but it doesn't open it so just comes right back to the dashboard with a flicker. When this happens I see the following traceback:
The text was updated successfully, but these errors were encountered: