diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-08 11:07:05 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-08 11:07:05 +0200 |
commit | 45439a72dee01a5afe4a28396c92e391e5d12b66 (patch) | |
tree | 2f2cc97b379a126c5868fa863039055abd741bd4 | |
parent | c0608eb8dfd3500c778f08ad0989136b2e836966 (diff) |
Use python 3 for PythonInR
-rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |