-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support Windows PATH
#14
Comments
It doesn't compile on Windows due to the use of |
Correct, no attempt has been made at Windows support yet. |
Maybe I'm misunderstanding, but it seems like the |
There isn't really a separate library yet, but there are plans to create one. In that instance there shouldn't be an issue with Windows support. I do still hope to eventually make the binary work with Windows as well. |
Cool! Are you open to PRs to help support Windows even if it's just library changes? I looked into options for the Referring to #2 (comment) specifically. |
Not at this moment as I would worry it wouldn't get tested appropriately until it is a separate crate. But once the separate crate exists I will definitely take a PR!
I honestly don't think such an option exists on Windows, so it will just require launching a second process. I haven't delved into that because if you look at https://github.com/python/cpython/blob/main/PC/launcher2.c you will notice it isn't a simple "launch another process" thing. |
FWIW it looks like cargo tries to do this with a Ctrl-C signal |
Maybe "Compile and run on Windows" (or similar) should be a separate issue in this milestone? The current list of milestones implies that it's already compiling and running and there are some unmet features.
Perhaps this should also be a separate issue in the milestone? |
Also requires getting compilation to work.
The text was updated successfully, but these errors were encountered: