I am trying to use Python within Rstudio (1.2.5*) using the reticulate
package on a Windows 10 computer. I installed Python via Anaconda, but it seems that reticulate (or base R) can not find it.
library(reticulate)
Sys.which("python")
Which returns:
python
""
Should I interpret that python was not found? How can I solve this?
Anaconda installation recommended not to save the PATH, so I did not, perhaps that is the problem