Added an alternate path for Linux systems that install FreeCAD at /usr/bin instead of /usr/local.
This commit is contained in:
parent
40efd2599a
commit
de3d4ea8a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user