|
|
|
|
|
by ameliaquining
1 day ago
|
|
> When you download Python from http://python.org (on Linux or macOS), what you're actually downloading is an installer that builds Python from source on your machine. > The net effect is that on Linux and macOS, you can't "download a Python binary" from... anywhere. Other than the python-build-standalone project. Are you sure this is right about macOS? I just had a look inside the macOS installer from python.org and there are definitely some binaries in there. |
|
(That said, I've rarely used it, preferring either the macOS/Xcode-provided Python or these self-contained Pythons which I use via uv.)