From: Paul Brossier Date: Fri, 22 Apr 2016 00:54:16 +0000 (+0200) Subject: Makefile: use pip to install X-Git-Tag: 0.4.4~300^2~259 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=e8ed3832de37173fd536916d7faf35fa0d428bad;p=aubio.git Makefile: use pip to install --- diff --git a/Makefile b/Makefile index 17be834c..c14b80f1 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ build_python: cd python && ./setup.py build test_python: - cd python && ./setup.py install + cd python && pip install . [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests