You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Ivan!
No, it's not a typo 🙂.
On macOS Python binary is really caled a ./python.exe for some reason (./python on macOS will cd you to a Python directory).
Proof:
eclips4@suffering ~/p/p/cpython (main)> ./python.exe
Python 3.14.0a4+ (heads/main:510fefdc625, Jan 30 2025, 23:25:35) [Clang 16.0.0 (clang-1600.0.26.6)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
eclips4@suffering ~/p/p/cpython (main)> ./python
eclips4@suffering ~/p/p/c/python (main)>
Documentation
A typo in the "Run in tests" section for macOS.
It should be
./python -m test -j3
, not./python.exe -m test -j3
The text was updated successfully, but these errors were encountered: