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

Commit

Permalink
reorder paths
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtopus committed Nov 15, 2014
1 parent f16d22c commit 4833033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/travis/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cmake --version
python$PY_VER --version

if [ "$PY_VER" == "2.6" ]; then
export PATH=/home/travis/.local/bin:$PATH:/usr/include/python2.6
export PATH=/home/travis/.local/bin:/usr/include/python2.6:$PATH
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
Expand All @@ -42,6 +42,7 @@ fi
cd $NUPIC
which python$PY_VER
echo $PYTHONPATH
ls /usr/include/python2.6
ls $PYTHONPATH
echo $PATH
python$PY_VER -c "import numpy; print numpy.__file__; print numpy.get_include()"
Expand Down

0 comments on commit 4833033

Please sign in to comment.