Skip to content

Commit

Permalink
Add getusersitepackages() to paths in dynamic library search
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 12, 2024
1 parent ccd15c0 commit 1ae80cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traceon/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
else:
## Attempt 2: use getsitepackages
import site
paths = site.getsitepackages()
paths = site.getsitepackages() + [site.getusersitepackages()]

global_path = None

Expand Down

0 comments on commit 1ae80cd

Please sign in to comment.