From 45439a72dee01a5afe4a28396c92e391e5d12b66 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 8 Apr 2020 11:07:05 +0200 Subject: Use python 3 for PythonInR --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index af89809..1a3f1a9 100644 --- a/bashrc +++ b/bashrc @@ -113,6 +113,9 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi # }}} +# {{{ PythonInR +export USESPECIALPYTHONVERSION="python3" +# }}} # {{{varia # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. -- cgit v1.2.1