From 578bca9d522d22790b326b4159217c809b4092a4 Mon Sep 17 00:00:00 2001 From: q-posev Date: Mon, 22 Aug 2022 13:11:53 +0200 Subject: [PATCH] Patch pip install in the Makefile --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f6d79a7..472ee62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,7 @@ python-install: $(qmckl_h) $(lib_LTLIBRARIES) $(dist_python_DATA) cp src/qmckl.py . ; \ export QMCKL_INCLUDEDIR="$(prefix)/include" ; \ export QMCKL_LIBDIR="$(prefix)/lib" ; \ - pip install . + python3 -m pip install . python-test: $(test_py) cd $(abs_srcdir)/python/test/ && \