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

pull/1017/head
whitequark 2018-05-25 06:45:46 +00:00
parent 223b984385
commit c3c9ffcd4f
1 changed files with 1 additions and 1 deletions

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