mirror of https://github.com/m-labs/artiq.git
conda: override --install-lib, not --prefix.
This commit is contained in:
parent
e7b3876eb6
commit
2f4064ef0c
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
$PYTHON setup.py install \
|
$PYTHON setup.py install \
|
||||||
--prefix=$SP_DIR \
|
--install-lib=$SP_DIR \
|
||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--record=record.txt \
|
--record=record.txt \
|
||||||
--no-compile
|
--no-compile
|
||||||
|
|
Loading…
Reference in New Issue