2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 12:48:26 +08:00

conda: override --install-lib, not --prefix.

This commit is contained in:
whitequark 2018-05-25 06:45:46 +00:00
parent 223b984385
commit c3c9ffcd4f

View File

@ -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