-
Notifications
You must be signed in to change notification settings - Fork 18
fix: Run python tools properly from Windows #150
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
Conversation
Adds a helper Node script in tools which examines the platform and spawns the appropriate command to run the specified program in the virtual environment set up in this project on install. Resolves numberscope#149.
|
NOTE: Untested on Windows, which is of course the target environment. I think I got all of the differences needed on Windows, but someone with easy access to a Windows setup please try this PR. It should not be merged before it has been tested on a Windows installation. If there's nobody with a Windows set up that can easily test this, let me know and I can find a way to spin up a Windows instance. Thanks! |
|
The following is the apparently successful output of |
|
Thanks so much for testing. Could you please also try |
|
@Clyde-Kertzer and I did |
Adds a helper Node script in tools which examines the platform and
spawns the appropriate command to run the specified program in the
virtual environment set up in this project on install.
Resolves #149.