From e8ed3832de37173fd536916d7faf35fa0d428bad Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Apr 2016 02:54:16 +0200 Subject: [PATCH] Makefile: use pip to install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0