forked from M-Labs/artiq
conda: remove --install-lib workaround
This commit is contained in:
parent
6f1bb5c351
commit
744ef03fa1
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
$PYTHON setup.py install \
|
$PYTHON setup.py install \
|
||||||
--install-lib=$SP_DIR \
|
--prefix=$PREFIX \
|
||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--record=record.txt \
|
--record=record.txt \
|
||||||
--no-compile
|
--no-compile
|
||||||
|
|
Loading…
Reference in New Issue