-
Notifications
You must be signed in to change notification settings - Fork 38
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
runme open
fails to install code-server when executing in fish shell
#647
Comments
This error indicates that the problem is likely related to the code used to collect environment variables in the session. It's not well-tested across various shells. Does it happen only for |
Yes, it is the same error for
|
Thanks for checking! I think bash, zsh and fish in fairly new versions should work well. We can run tests in a Docker container so we should be able to cover all shells easily. @sourishkrout wdyt? |
Sure thing. |
I've ran into this problem too. I tried setting the interpretor, but I assume this is ignored when running interactively in a shell. It would be good if this was respected.
|
Thanks for the feedback, @rawkode! The way you'd enforce So what you'd want to do is use that instead of
It's also possible to do this per cell but I'd recommend setting it per document instead. |
I have a macos+fish environment.
Next command fails (executed in fish shell):
Next command works fine (also executed in fish shell):
The text was updated successfully, but these errors were encountered: