astral-sh / astral-sh/python-build-standalone
Private pythonpath in a ._pth file
Open
enhancement
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 314
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 27
Description
Hi,
Would it be possible to ship the builds including a private pythonpath defined in a file?
The common portable windows python from python.org contains a ._pth file where the pythonpath is defined. So you can install your software with the included python without distracting any other python installation using the system pythonpath.
It would be cool to have this option on linux too. If one would like to use the system pythonpath, the ._pth file can easily be deleted.
Contributor guide
Assessment
This issue has not been assessed yet.