-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Shell is broken in the REPL #22464
Comments
I have a same issue on windows 10.
|
There is no ls on the path on windows generally, so that's a different and expected issue. |
@tkelman There is if you're using PowerShell. But using CMD or PS, I have the same issue.
|
@otaithleigh That is expected: windows doesn't provide a |
@vtjnash It does; it's the CMD version of |
It's an internal command, not a program. |
This isn't really a julia issue. There's no direct reference of |
Same here, great advice; "People expect the shell mode to be as close as possible to their shell so I think it's fair to give a broken shell mode if you have a broken shell. Setting JULIA_SHELL or SHELL to a correct value should fix this." Which folder reference do we change exactly on windows (by renaming bin folder with src?). Many thanks in advance. (Julia Terminal - below message)
|
@wr125 that looks like a separate issue that should be opened on the Genie.jl issue tracker, it has likely not been tested on Windows. |
Please do not report unrelated issues here.... FWIW, there are 3 different windows issues reported here, none of which has anything to do with the original issue. In fact, due to the broken state of cmd on windows we don't even use a shell wrapper and the issue here currently cannot happen on windows............ |
Figured the issue I'm experiencing is not with "PowerShell" but with configuring the installation of Genie within the Juno/Julia environment. Moving this concern over GenieFramework/Genie.jl#24 |
The shell is broken in the Julia REPL here.
The problem seems to be because Julia is looking for
true
andfalse
at the location/bin
, when on this machine they're stored atI'm running macOS 10.12.1. This is an Amazon-imaged machine, so there might have been some messing with the paths of things.
The text was updated successfully, but these errors were encountered: