From 41103239de9942a1cd269d4e88d15128761d32d9 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 6 Dec 2024 21:21:11 +0100 Subject: Todays version with vim-plug, compatible with vim --- bashrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 2285c44..4d6e54a 100644 --- a/bashrc +++ b/bashrc @@ -22,6 +22,9 @@ PATH=/usr/lib/R/site-library/littler/examples:"${PATH}" # Path where the R sources are export RTOP=~/svn/R # }}} +# Julia {{{ +alias julia='/home/jranke/git/julia/julia' +# }}} # debian {{{ export DEBEMAIL=jranke@uni-bremen.de export DEBFULLNAME="Johannes Ranke" @@ -98,3 +101,7 @@ export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 export VIRTUALENVWRAPPER_VIRTUALENV_ARGS=' -p /usr/bin/python3 ' source /usr/local/bin/virtualenvwrapper.sh # }}} +# {{{ reticulate +export RETICULATE_PYTHON=/usr/bin/python3 +export RETICULATE_AUTOCONFIGURE=FALSE +# }}} -- cgit v1.2.1