Created
February 1, 2012 11:47
-
-
Save ahmadia/1716711 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# user local install | |
export CLAW=~/opt/clawpack | |
mkdir -p $CLAW | |
cp -R /opt/clawpack/* $CLAW | |
export PATH=/Library/Frameworks/EPD64.framework/Versions/Current/bin:$PATH | |
export RIEMANN=$CLAW/riemann | |
export PYCLAW=$CLAW/pyclaw | |
export VISCLAW=$CLAW/visclaw | |
export PYTHONPATH=$PYCLAW/src:$RIEMANN/src/python:$VISCLAW/src/python:$CLAW/clawutil/src/python | |
cd $PYCLAW | |
nosetests -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment