diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-13 15:23:44 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-13 15:23:44 +0200 |
commit | 4749fbf0c7269102b7cb1da657781b55ec446833 (patch) | |
tree | f99d715b631317a056e2796164f3cea0203b03c0 /Rprofile | |
parent | 89b2bd0d774ab8455b7c39c35e1eab384fe64fa6 (diff) |
Still using python 2.7 for rdkit with chents...
Various small changes that have accumulated
Diffstat (limited to 'Rprofile')
-rw-r--r-- | Rprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ local({ }) # For (re)installing PythonInR -#Sys.setenv(USESPECIALPYTHONVERSION="python3.5") +#Sys.setenv(USESPECIALPYTHONVERSION="python3") if (interactive()) { suppressMessages(require(reprex)) |