@SnoopJ FWIW here is the output of `python3 -m site`
```
 ~/.local/pipx/venvs/glasgow/bin/python3 -m site
sys.path = [
    '/home/esdentem/projects/1b2/1b2-production-tools-git/glasgow',
    '/usr/lib/python3/dist-packages',
    '/usr/lib/python310.zip',
    '/usr/lib/python3.10',
    '/usr/lib/python3.10/lib-dynload',
    '/home/esdentem/.local/pipx/venvs/glasgow/lib/python3.10/site-packages',
    '/home/esdentem/projects/glasgow/glasgow-git/software',
    '/home/esdentem/.local/pipx/shared/lib/python3.10/site-packages',
]
USER_BASE: '/home/esdentem/.local' (exists)
USER_SITE: '/home/esdentem/.local/lib/python3.10/site-packages' (exists)
ENABLE_USER_SITE: False
```