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

sys.executable reports path to R on Windows #1258

Closed
kevinushey opened this issue Aug 17, 2022 · 0 comments · Fixed by #1267
Closed

sys.executable reports path to R on Windows #1258

kevinushey opened this issue Aug 17, 2022 · 0 comments · Fixed by #1267

Comments

@kevinushey
Copy link
Collaborator

For example, I see on Windows in RStudio:

> sys <- import("sys")
> sys$executable
[1] "C:\\Program Files\\RStudio\\resources\\app\\bin\\rsession-utf8.exe"

Similarly, in RGui:

> sys <- import("sys")
> sys$executable
[1] "C:\\R\\R-4.2.1\\bin\\x64\\Rgui.exe"

We might want to fix this up to point at the path to the "real" Python executable associated with the Python instance we have bound to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant