source:
python/env_osx
@
8f177b7
Last change on this file since 8f177b7 was 8f177b7, checked in by , 12 years ago | |
---|---|
|
|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[6882e73] | 1 | #! /bin/sh |
2 | ||
[9ccd89f] | 3 | set -e |
4 | set -x | |
5 | ||
[6882e73] | 6 | python setup.py clean build |
7 | export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH | |
[985ec9e] | 8 | export DYLD_LIBRARY_PATH=../build/src |
[6882e73] | 9 | ./run_all_tests --verbose |
Note: See TracBrowser
for help on using the repository browser.