Skip to content
Snippets Groups Projects
Commit 43494783 authored by Ben Anderson's avatar Ben Anderson
Browse files

Update usePythonInRStudio.md

parent 3a80784c
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ On a mac: ...@@ -11,6 +11,7 @@ On a mac:
* it needs to be the one that get updated when you install modules using `pip install numpy pandas matplotlib` etc * it needs to be the one that get updated when you install modules using `pip install numpy pandas matplotlib` etc
* in RStudio go to Project Options -> Python. If you are not using an RStudio project do this in Global Options instead but remember this will become the default... * in RStudio go to Project Options -> Python. If you are not using an RStudio project do this in Global Options instead but remember this will become the default...
* paste the results of `which python` into the 'select' box. You can try to use the auto-find feature but it didn't find conda for me * paste the results of `which python` into the 'select' box. You can try to use the auto-find feature but it didn't find conda for me
* Save. RStudio will want to restart * hit OK. RStudio will want to restart
* you may have to do this twice for it to work
If you open a .py file and try to run it RStudio will want to install reticulate which is R's interface to Python (apparently). If you open a .py file and try to run it RStudio will want to install reticulate which is R's interface to Python (apparently).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment