aewallin / opencamlib

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

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

Open petterreinholdtsen opened 5 days ago

petterreinholdtsen commented 5 days ago

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

Patch from Debian.