diff options
Diffstat (limited to 'Rprofile')
-rw-r--r-- | Rprofile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,3 +20,6 @@ if (interactive()) { library(vimcom) } } + +# For (re)installing PythonInR +Sys.setenv(USESPECIALPYTHONVERSION="python3.5") |