forked from M-Labs/artiq
conda: override --install-lib, not --prefix.
This commit is contained in:
parent
223b984385
commit
c3c9ffcd4f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue