From aca1e9ba112587e6dca64db3b27a18e4d34df9f4 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Tue, 14 Jun 2022 15:05:42 +0000 Subject: [PATCH] Update usePythonInRStudio.md --- howTo/usePythonInRStudio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howTo/usePythonInRStudio.md b/howTo/usePythonInRStudio.md index dfe23d0..e921d0a 100644 --- a/howTo/usePythonInRStudio.md +++ b/howTo/usePythonInRStudio.md @@ -8,7 +8,7 @@ On a mac: * type `which python` * I get "/opt/anaconda3/bin/python" * 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 * 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 -- GitLab