diff --git a/cadquery/freecad_impl/__init__.py b/cadquery/freecad_impl/__init__.py index 22773b4..069fcd3 100644 --- a/cadquery/freecad_impl/__init__.py +++ b/cadquery/freecad_impl/__init__.py @@ -37,6 +37,7 @@ def _fc_path(): os.path.join(os.path.expanduser("~"), "lib/freecad/lib"), "/usr/local/lib/freecad/lib", "/usr/lib/freecad/lib", + "/usr/bin/freecad/lib", ]: if os.path.exists(_PATH): return _PATH