-
Notifications
You must be signed in to change notification settings - Fork 327
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
use_python appears to have no effect #45
Comments
|
You can only load one Python interpreter per R session (it can't really be cleanly unloaded without messy side effects that cause crashes down the road) so the |
To any newbies out there (like me), this means do:
Before anything else. Check with
|
I actually do:
|
That doesn’t work, you should do reticulate::use_python(Sys.which('python3'), required = TRUE) And there’s no difference if you do it before |
Please excuse my poor or incorrect usage, if any, in the following.
Attempting to change python version:
Observe - no apparent change:
Shouldn't the result of
use_python
be reflected in the result ofpy_config()
?Please let me know if you need more info, thanks.
Best,
CB
The text was updated successfully, but these errors were encountered: