Add installation path to py3test.py

This commit is contained in:
Michael Black W9MDB 2020-10-12 15:40:22 -05:00
parent 1f0c2a2e4f
commit 2df1e2e199

View File

@ -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.