aewallin / opencamlib

open source computer aided manufacturing algorithms library
http://www.anderswallin.net/CAM
GNU Lesser General Public License v2.1
408 stars 137 forks source link

Adjust where python code and shared library is placed. #166

Open petterreinholdtsen opened 2 months ago

petterreinholdtsen commented 2 months ago

Make sure the files are where python expect to find it using 'python -c "import site; print(site.getsitepackages()[-2])"'.

Patch from Debian.