From 032d37626e961a67f70baf697ddf5ff22059c9b2 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 12 Oct 2022 15:18:34 -0500 Subject: [PATCH] Update path for py3test.py --- bindings/py3test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.