From 305a59796eb97105ae6843fb0163a49e17fa2c84 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 22 May 2017 19:31:04 +0200 Subject: Switch to python 3.5 (for stretch) for PythonInR More commands for beamer slides --- Rprofile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Rprofile') diff --git a/Rprofile b/Rprofile index e3d81d5..da960fb 100644 --- a/Rprofile +++ b/Rprofile @@ -20,3 +20,6 @@ if (interactive()) { library(vimcom) } } + +# For (re)installing PythonInR +Sys.setenv(USESPECIALPYTHONVERSION="python3.5") -- cgit v1.2.1