Changeset 6be592a for python


Ignore:
Timestamp:
Feb 28, 2013, 7:37:22 PM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
5132505
Parents:
cd6fc5a
Message:

python/env_osx: env only, absolute path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/env_osx

    rcd6fc5a r6be592a  
    11#! /bin/sh
    22
    3 set -e
    4 set -x
    5 
    6 python setup.py clean build
    7 export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH
    8 export DYLD_LIBRARY_PATH=../build/src
    9 ./run_all_tests --verbose
     3export PYTHONPATH=$PWD/build/*:$PWD/tests:$PYTHONPATH
     4export DYLD_LIBRARY_PATH=$PWD/../build/src
Note: See TracChangeset for help on using the changeset viewer.