Skip to content

Instantly share code, notes, and snippets.

@ahmadia
Created February 1, 2012 11:47
Show Gist options
  • Save ahmadia/1716711 to your computer and use it in GitHub Desktop.
Save ahmadia/1716711 to your computer and use it in GitHub Desktop.
#!/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