Mercurial > hg > aimc
view scripts/build_python_module.sh @ 170:df9b49dba8fa
- AWS scripts update (path 2)
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 09:09:38 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..