diff --git a/__init__.py b/__init__.py index cf5587f..a1940d9 100644 --- a/__init__.py +++ b/__init__.py @@ -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)