helloSystem / helloSystem/ISO

Add a PYTHONPATH that is not dependent on the Python version

Open
#377 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.