Skip to content

Typo in the entered command in devguide #1504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
IvanKirpichnikov opened this issue Feb 1, 2025 · 2 comments
Closed

Typo in the entered command in devguide #1504

IvanKirpichnikov opened this issue Feb 1, 2025 · 2 comments

Comments

@IvanKirpichnikov
Copy link

Documentation

A typo in the "Run in tests" section for macOS.
It should be ./python -m test -j3, not ./python.exe -m test -j3

@Eclips4 Eclips4 transferred this issue from python/cpython Feb 1, 2025
@Eclips4
Copy link
Member

Eclips4 commented Feb 1, 2025

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)>

@Eclips4 Eclips4 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2025
@IvanKirpichnikov
Copy link
Author

Wow, I didn't know about it. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants