summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-01-22 17:26:47 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-01-22 17:26:47 +0100
commitaa06f5e1fbbb748d2a5e2226d33b6cb11695ea65 (patch)
treed865870ae7fe9adc9a323e8001ac1571633beb0c
parent305a59796eb97105ae6843fb0163a49e17fa2c84 (diff)
Add libreoffice python-uno to PATH
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 0cab765..e160c0e 100644
--- a/bashrc
+++ b/bashrc
@@ -20,6 +20,9 @@ PATH=/usr/local/lib/R/site-library/littler/examples:"${PATH}"
# RPython
export RPYTHON_PYTHON_VERSION=3
+# python3-uno from RPython
+PATH=/usr/lib/libreoffice/program:"${PATH}"
+
# Vim-R-plugin
# From r-plugin-bash-setup help page in Vim-R-plugin (Debian package 1.2-1)
# Change the TERM environment variable (to get 256 colors) and make Vim

Contact - Imprint