https://github.com/geodynamics/citcoms
Revision 0791b4c263461096d91da6d1150636757dbc3e3f authored by Leif Strand on 28 October 2005, 20:06:44 UTC, committed by Leif Strand on 28 October 2005, 20:06:44 UTC
reference to the separate, sync'd Pythia repository.
Also, removed reference to the Python installer.

1 parent c37f4b3
Raw File
Tip revision: 0791b4c263461096d91da6d1150636757dbc3e3f authored by Leif Strand on 28 October 2005, 20:06:44 UTC
Minor updates to Chapter 2 -- in particular, removed
Tip revision: 0791b4c
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