Skip to content
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

Python and node call, follow PyCall's example #160

Closed
tlienart opened this issue Jun 2, 2019 · 0 comments · Fixed by #166
Closed

Python and node call, follow PyCall's example #160

tlienart opened this issue Jun 2, 2019 · 0 comments · Fixed by #166
Milestone

Comments

@tlienart
Copy link
Owner

tlienart commented Jun 2, 2019

To avoi issues with people not having python3 or node as a way to call the relevant executable, it would be better to follow the route explained in https://github.com/JuliaPy/PyCall.jl where one can specify ENV and change whatever path they want.

See also comment in #159

In windows' powershell, it looks like py -3 is the right way to call things (see https://stackoverflow.com/questions/20364207/how-do-i-add-python-3-3-to-powershell) so there may need to be a system test etc. Maybe specifying ENV is the easier route.

@tlienart tlienart added this to the 0.2 milestone Jun 2, 2019
This was referenced Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant