From 434947832c4d48e56e0d025353f5a8f7cc8882fe Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Tue, 14 Jun 2022 15:09:03 +0000 Subject: [PATCH] Update usePythonInRStudio.md --- howTo/usePythonInRStudio.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/howTo/usePythonInRStudio.md b/howTo/usePythonInRStudio.md index 630378b..cd2818f 100644 --- a/howTo/usePythonInRStudio.md +++ b/howTo/usePythonInRStudio.md @@ -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 * 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 - * 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). -- GitLab