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

Update usePythonInRStudio.md

parent a02906c3
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ On a mac: ...@@ -8,7 +8,7 @@ On a mac:
* type `which python` * type `which python`
* I get "/opt/anaconda3/bin/python" * I get "/opt/anaconda3/bin/python"
* you might get other flavours and locations * you might get other flavours and locations
* it needs to be the one that get updated when you install modules using `pip install numpy pandas matplotlib * 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 * in RStudio go to Project options -> python. If you are not using an RStudio project do this in Global options instead
* 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 * Save. RStudio will want to restart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment