Skip to content

Commit d9dc2ed

Browse files
authored
[tools] use PYTHONUSERBASE in extras/install_sequitur.sh (kaldi-asr#3948)
1 parent 7c1c9da commit d9dc2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/extras/install_sequitur.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ echo >&2 "SEQUITUR_PACKAGE: ${site_packages_dir:-}"
105105
echo >&2 "SEQUITUR: $SEQUITUR"
106106
echo >&2 "PYTHONPATH: ${PYTHONPATH:-}"
107107
mkdir -p $SEQUITUR
108-
PYTHONPATH=${PYTHONPATH:-}:$SEQUITUR python setup.py install --prefix `pwd`
108+
PYTHONPATH=${PYTHONPATH:-}:$SEQUITUR PYTHONUSERBASE=$(pwd) python setup.py install --user --prefix=
109109
) || {
110110
echo >&2 "Problem installing sequitur!"
111111
exit 1

0 commit comments

Comments
 (0)