Skip to content
Snippets Groups Projects
Commit b89ba2f7 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fixed pythonpath

parent 0e21b3c4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -28,7 +28,7 @@ if [ ! -d "$INSTALL_FOLDER/lib/python2.7/site-packages/hysop" ]; then
exit 1
fi
export PYTHONPATH="$INSTALL_FOLDER/lib/python2.7/site-packages/hysop"
export PYTHONPATH="$INSTALL_FOLDER/lib/python2.7/site-packages"
python -c 'import hysop; print hysop'
exit 0
......@@ -11,7 +11,7 @@ if [ ! -d "$1" ]; then
exit 1
fi
export PYTHONPATH="$1/lib/python2.7/site-packages/hysop"
export PYTHONPATH="$1/lib/python2.7/site-packages"
python -c 'import hysop; print hysop'
python './hysop/operator/test_transpose.py'
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment