summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2024-12-06 21:21:11 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2024-12-06 21:21:11 +0100
commit41103239de9942a1cd269d4e88d15128761d32d9 (patch)
tree6e1c53df77bdca6ee2768132ed15a9e87374aa8f /bashrc
parentd1b6581e7112e6a3b3383d5f663226109aa8e4bf (diff)
Todays version with vim-plug, compatible with vim
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc7
1 files changed, 7 insertions, 0 deletions
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
+# }}}

Contact - Imprint