diff --git a/howTo/usePythonInRStudio.md b/howTo/usePythonInRStudio.md index dfe23d0b94620464d2490c7dd5144a8f116a56f5..e921d0a6d7e6841d57167bbe2dd6bbd458f7bd53 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