eec1795
diff -up psi4-1.3.2/tests/runtest.py.python3 psi4-1.3.2/tests/runtest.py
eec1795
--- psi4-1.3.2/tests/runtest.py.python3	2019-05-15 17:05:49.000000000 +0200
eec1795
+++ psi4-1.3.2/tests/runtest.py	2020-01-13 22:30:59.679991141 +0100
eec1795
@@ -118,7 +118,7 @@ elif os.path.isfile(infile.replace(".dat
eec1795
     else:
eec1795
         os.environ["PYTHONPATH"] = psilibdir
eec1795
     outfile = os.path.dirname(infile) + os.path.sep + outfile
eec1795
-    pyexitcode = backtick(["python", infile, " > ", outfile])
eec1795
+    pyexitcode = backtick(["python3", infile, " > ", outfile])
eec1795
 else:
eec1795
     raise Exception("\n\nError: Input file %s not found\n" % infile)
eec1795