summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-12-10 21:58:39 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-12-10 21:58:39 +0100
commitb4a9ddd5b73b15300f0f4341c3af03f45dc7ad3b (patch)
tree4680e8bd5c1b179d4e686b789300e0b04036639b
parentc8ad09080b3a1bed4c49f0e4646589ca1da6f50c (diff)
Use locally compiled rdkit again
-rw-r--r--bashrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index 8aa56fc..0cab765 100644
--- a/bashrc
+++ b/bashrc
@@ -48,9 +48,11 @@ export DEBFULLNAME="Johannes Ranke"
# }}}
# rdkit {{{
# RDKIT (commented out on 2015-10-02 as I am using the Debian package python-rdkit
-#export RDBASE="$HOME/git/rdkit"
-#export LD_LIBRARY_PATH="$RDBASE/lib"
#export PYTHONPATH="${PYTHONPATH}:$RDBASE:$HOME/ariance/aeras/libreoffice:$HOME/py"
+# commended back in as switching to LibreOffice 5 from backports makes using python3 necessary
+export RDBASE="$HOME/git/rdkit"
+export LD_LIBRARY_PATH="$RDBASE/lib"
+export PYTHONPATH="${PYTHONPATH}:$RDBASE"
# }}}
# prompt {{{
force_color_prompt=yes

Contact - Imprint