From aa06f5e1fbbb748d2a5e2226d33b6cb11695ea65 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 22 Jan 2018 17:26:47 +0100 Subject: Add libreoffice python-uno to PATH --- bashrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1