source: python/env_osx @ df9df98

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since df9df98 was 13ceb9d, checked in by Paul Brossier <piem@piem.org>, 11 years ago

python/env_osx: use the most recently built folder

  • Property mode set to 100755
File size: 133 bytes
Line 
1#! /bin/sh
2
3export PYTHONPATH=$PWD/`ls -rtd build/lib.* | head -1`:$PWD/tests:$PYTHONPATH
4export DYLD_LIBRARY_PATH=$PWD/../build/src
Note: See TracBrowser for help on using the repository browser.