Changeset 482586c for python/env_linux


Ignore:
Timestamp:
Mar 3, 2013, 8:13:59 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:
bab24a0
Parents:
8a5c8ba
Message:

python/env_linux: use latest build/lib.* directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/env_linux

    r8a5c8ba r482586c  
    11#! /bin/sh
    22
    3 export PYTHONPATH=$PWD/build/lib.*/:$PWD/tests:$PYTHONPATH
    4 export LD_LIBRARY_PATH=$PWD/../build/src/
     3export PYTHONPATH=$PWD/`ls -rtd build/lib.* | head -1`:$PWD/tests:$PYTHONPATH
     4export LD_LIBRARY_PATH=$PWD/../build/src
Note: See TracChangeset for help on using the changeset viewer.