From 2f4064ef0c57c693fc0864c46281efb5cc38c01b Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 25 May 2018 06:45:46 +0000 Subject: [PATCH] conda: override --install-lib, not --prefix. --- conda/artiq/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/artiq/build.sh b/conda/artiq/build.sh index a2bff5018..b3b1f7f73 100644 --- a/conda/artiq/build.sh +++ b/conda/artiq/build.sh @@ -3,7 +3,7 @@ set -e $PYTHON setup.py install \ - --prefix=$SP_DIR \ + --install-lib=$SP_DIR \ --single-version-externally-managed \ --record=record.txt \ --no-compile