https://github.com/geodynamics/citcoms
Revision 1be179ac266d41cafab18c5ebe86be04cdeba181 authored by Leif Strand on 14 February 2006, 22:24:53 UTC, committed by Leif Strand on 14 February 2006, 22:24:53 UTC
1 parent ef17b4e
Raw File
Tip revision: 1be179ac266d41cafab18c5ebe86be04cdeba181 authored by Leif Strand on 14 February 2006, 22:24:53 UTC
Merged r2600 (fix for issue13, "make PYTHONPATH automatic")
Tip revision: 1be179a
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH

if [ x$DXMACROS = "x" ]; then
	export DXMACROS=""
fi

export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS


# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $

# End of file
back to top