diff --git a/.travis.yml b/.travis.yml
index 47ab5e888dc6f701d27c9651a38ecebd19facd78..dd5fc84fb5fc3108fd4450e7a374f86ef9826261 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ env:
   matrix:
     - CONFIG=opt TEST=python
 script:
-  - which python
   - rvm use $RUBY_VERSION
   - gem install bundler
   - ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 2.0
diff --git a/tools/run_tests/run_python.sh b/tools/run_tests/run_python.sh
index f7438f6207fb5acafd3e1d10e1935516698d291e..94e61f369280291bccb2125d4734aee8a11d6717 100755
--- a/tools/run_tests/run_python.sh
+++ b/tools/run_tests/run_python.sh
@@ -37,6 +37,8 @@ root=`pwd`
 export LD_LIBRARY_PATH=$root/libs/opt
 source python2.7_virtual_environment/bin/activate
 echo $PATH
+ls -l python2.7_virtual_environment
+ls -l python2.7_virtual_environment/bin
 which python2.7
 # TODO(issue 215): Properly itemize these in run_tests.py so that they can be parallelized.
 # TODO(atash): Enable dynamic unused port discovery for this test.