summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-04-08 11:07:05 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-04-08 11:07:05 +0200
commit45439a72dee01a5afe4a28396c92e391e5d12b66 (patch)
tree2f2cc97b379a126c5868fa863039055abd741bd4
parentc0608eb8dfd3500c778f08ad0989136b2e836966 (diff)
Use python 3 for PythonInR
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
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.

Contact - Imprint