summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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