python-build-standalone
python-build-standalone copied to clipboard
Produce redistributable builds of Python
Upgrading to the latest release, the `python.exe` uv creates for virtual environments is broken, presumably because of #373. ``` .venv/Scripts/python --version did not find executable at 'C:\Users\runneradmin\AppData\Roaming\uv\python\cpython-3.13.1+freethreaded-windows-x86_64-none\python3.13t.exe': The system cannot...
This is an attempt to support building multiple Python versions at the same time. The impetus for this is reducing the amount of work that CI does by amortizing the...
Many files in the published Linux archives appear to have `0o664` file permissions rather than `0o644` permissions. I picked this up when using Python 3.11 to unpack a python-build-installer archive...
Due to #380, I'm looking for a way to detect whether a given Python interpreter was built by `python-build-standalone`. Is there any reliable metadata (maybe something on `sysconfig.get_config_vars()`) to support...