-
Notifications
You must be signed in to change notification settings - Fork 36
CSV2RDF4LOD_CONFIG_OMIT
Tim L edited this page Jul 21, 2014
·
2 revisions
CSV2RDF4LOD_CONFIG_OMIT
indicates that source-mes should not be sourced.
CSV2RDF4LOD_CONFIG_OMIT=OMIT
or, just conditionally set them:
if [[ -e /home/lebot/opt/prizms/bin/install/paths.sh ]]; then
export PATH=$PATH`/home/lebot/opt/prizms/bin/install/paths.sh`
export CLASSPATH=$CLASSPATH`/home/lebot/opt/prizms/bin/install/classpaths.sh`
export CSV2RDF4LOD_HOME="/home/lebot/opt/prizms/repos/csv2rdf4lod-automation"
export JENAROOT=/home/lebot/opt/apache-jena-2.10.0
export DATAFAQS_HOME="/home/lebot/opt/prizms/repos/DataFAQs"
fi