Mercurial > repos > greg > gregs_test_repo
view CADDSuite-1.0.1/setPathes.sh @ 28:05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
author | greg |
---|---|
date | Tue, 15 Nov 2011 14:55:48 -0500 |
parents | 389056b8864a |
children |
line wrap: on
line source
#!/bin/bash export LD_LIBRARY_PATH="$BASE_DIR"/lib export DYLD_LIBRARY_PATH="$BASE_DIR"/lib:/System/Library/Frameworks/Accelerate.framework/Versions/Current/ export BALL_DATA_PATH="$BASE_DIR"/data export BABEL_DATADIR="$BASE_DIR"/data/OpenBabel/ export QT_PLUGIN_PATH="$BASE_DIR"/lib/plugins/ export PATH="$BASE_DIR"/bin:$PATH export GDFONTPATH="$BASE_DIR"/data/gnuplot export GNUPLOT_DEFAULT_GDFONT=FreeSans export GNUPLOT_PS_DIR="$BASE_DIR"/data/gnuplot