You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
# Attempt to get python version and location. Assume python.exe in specified dir.
151
-
open(P,$solution->{options}->{python} ."\\python -c\"import sys;print(sys.prefix);print(str(sys.version_info[0])+str(sys.version_info[1]))\" |") ||die"Could not query for pythonversoin!\n";
151
+
open(P,$solution->{options}->{python} ."\\python -c\"import sys;print(sys.prefix);print(str(sys.version_info[0])+str(sys.version_info[1]))\" |") ||die"Could not query for pythonversion!\n";