Add a PYTHONPATH that is not dependent on the Python version
Open
enhancement
- Dominant language
- Shell
- Stars
- 847
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
We should add a PYTHONPATH that is not dependent on the Python version so that we can install some site-packages there without them breaking whenever the minor version of Python changes.
By default there is just:
```
FreeBSD% python3 -c "import sys; print('\n'.join(sys.path))"
/usr/local/lib/python38.zip
/usr/local/lib/python3.8
/usr/local/lib/python3.8/lib-dynload
/home/user/.local/lib/python3.8/site-packages
/usr/local/lib/python3.8/site-packages
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.