Searched refs:get_python_version (Results 1 – 3 of 3) sorted by relevance
54 - libpython = os.path.join(prefix, libdir, implementation + get_python_version())55 + libpython = os.path.join(prefix, lib_basename, implementation + get_python_version())
671 def get_python_version(): function 683 python_version = version_tuple(get_python_version())
29 'python' + sysconfig.get_python_version()