diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-10 21:58:39 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-10 21:58:39 +0100 |
commit | b4a9ddd5b73b15300f0f4341c3af03f45dc7ad3b (patch) | |
tree | 4680e8bd5c1b179d4e686b789300e0b04036639b | |
parent | c8ad09080b3a1bed4c49f0e4646589ca1da6f50c (diff) |
Use locally compiled rdkit again
-rw-r--r-- | bashrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |