Update path for py3test.py

pull/1130/head
Mike Black W9MDB 2022-10-12 15:18:34 -05:00
rodzic 8adfd5e351
commit 032d37626e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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