From bdd29a037bb32f2a18c9603486a808c672221561 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Tue, 27 Jun 2017 14:46:38 +0530 Subject: [PATCH] Can't import moose or moogli post installation. --- build_on_travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_on_travis.sh b/build_on_travis.sh index 1019a3c8..cecdc262 100755 --- a/build_on_travis.sh +++ b/build_on_travis.sh @@ -23,6 +23,6 @@ set -e gbp buildpackage --git-ignore-branch --git-ignore-new -uc -us cd __moose-core_build && ctest --output-on-failure && cd .. sudo dpkg -D=2 -i ../moose*.deb -cd ~ && python -c 'import moose; moose.test( timeout = 10 )' -cd ~ && python -c 'import moogli' +cd ~ && /usr/bin/python -c "import moose; moose.test( timeout = 10 )" +cd ~ && /usr/bin/python -c "import moogli" -- GitLab