Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtopus committed Nov 15, 2014
1 parent 4833033 commit 52e4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/install-linux.sh
Expand Up @@ -35,7 +35,7 @@ if [ "$PY_VER" == "2.6" ]; then
export PYTHONPATH=/home/travis/.local/lib/python2.6/site-packages
wget https://bootstrap.pypa.io/ez_setup.py -O - | python2.6 - --user
easy_install-2.6 -U pip
pip2.6 install -q -r $NUPIC/external/common/requirements.txt --root=/home/travis/.local
pip2.6 install -q -r $NUPIC/external/common/requirements.txt --install-option="--prefix=/home/travis/.local"
fi

# Build NuPIC
Expand Down

0 comments on commit 52e4fd5

Please sign in to comment.