python tests bork when more than one system "python" is present

Issue #175 resolved
mylese created an issue

Some systems have Python2 and Python3 installed. When a python module calls "python" it may not get the Python it was expecting. Replacing the call with sys.executable is more explicit.

Comments (1)

  1. Log in to comment