view scripts/build_python_module.sh @ 459:b106283f812f

AIM-o-matic scripts for automated running of AIM on a server.
author tom@acousticscale.org
date Wed, 22 Feb 2012 14:03:43 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..