OPAL (Object Oriented Parallel Accelerator Library)  2024.1
OPAL
find_install_location.py
Go to the documentation of this file.
1 import distutils.sysconfig
2 install_location = distutils.sysconfig.get_python_lib(plat_specific=True,standard_lib=False)
3 print(install_location)