diff --git a/bindings/py3test.py b/bindings/py3test.py index 5a918f68d..91b7e2f14 100755 --- a/bindings/py3test.py +++ b/bindings/py3test.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- import sys # Change this path to match your "make install" path -sys.path.append('/usr/lib/python3.9/site-packages') +sys.path.append('/usr/local/lib/python3.10/site-packages') ## Uncomment to run this script from an in-tree build (or adjust to the ## build directory) without installing the bindings.