ambit icon indicating copy to clipboard operation
ambit copied to clipboard

Python binding is installed into a wrong path

Open yurivict opened this issue 3 years ago • 1 comments

It is installed into lib/ambit/__init__.py when it should be installed into a sitelibdir. For example, /usr/local/lib/python3.8/site-packages

yurivict avatar Apr 20 '22 02:04 yurivict

Right, use the cmake variable pymod_install_libdir to provide the pythonx.x/site-packages spacer to imitate python install practices.

loriab avatar Apr 20 '22 13:04 loriab