A simple error in the direction of the linux directory
@ -546,7 +546,7 @@ def python_exec():
path = sys.executable
return os.path.abspath(path)
elif isLinux():
return os.path.join(sys.prefix, "sys.prefix/bin", "python")
return os.path.join(sys.prefix, "bin", "python")
else:
print("sorry, still not implemented for ", os.name, " - ", platform.system)