From 2df1e2e199500e300754b6c69394b78be2cfb958 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Mon, 12 Oct 2020 15:40:22 -0500 Subject: [PATCH] Add installation path to py3test.py --- bindings/py3test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/py3test.py b/bindings/py3test.py index 8ed1cf42e..1c8d27895 100755 --- a/bindings/py3test.py +++ b/bindings/py3test.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- - import sys +# Change this path to match your "make install" path +sys.path.append('/usr/local/lib/python3.8/site-packages') ## Uncomment to run this script from an in-tree build (or adjust to the ## build directory) without installing the bindings.