-
Notifications
You must be signed in to change notification settings - Fork 31
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
[Windows] path #54
Comments
Interesting. I'm not sure I fully understand what is going on here with that backslash. Can you give me the full command you used that gave this error? What do you get back when you run I'm traveling and busy for the next few weeks, so it may take me a while to get to this, unfortunately, but thank you for the report! |
|
On Fri, Jun 14, 2019 at 10:11:32AM -0700, Zaoqi wrote:
```
> (find-executable-path "yarn")
#<path:C:/Users/libre/scoop/apps/yarn/current/Yarn/bin\yarn>
```
This looks like a Racket bug. I'm guessing you get the same results
with `(system* (find-executable-path "yarn"))` -- IE a bad return
value because it can't actually run the program? (At least that's my
interpretation of what this report means -- I'm not sure what a `-1`
return on Windows means.)
Is my interpretation here correct?
|
@willghatch |
So I'm finally home from travelling and I fired up a Windows machine to test this out. I can construct paths that have a mix of forward and back slashes using I see that with |
The text was updated successfully, but these errors were encountered: