I am following the Python Developer’s Guide Quick Reference.
I have properly cloned the repository. When I do step 3
./configure --with-pydebug && make -j
I see these messages at the last of the output:
make: *** [Python/frozen_modules/importlib._bootstrap.h] Killed: 9
make: *** Waiting for unfinished jobs....
make: *** [Python/frozen_modules/zipimport.h] Killed: 9
make: *** [Python/frozen_modules/getpath.h] Killed: 9
make: *** [Python/frozen_modules/importlib._bootstrap_external.h] Killed: 9
when I do step 4
./python.exe -m test -j3
I get
zsh: no such file or directory: ./python.exe
I am on MacOS Sonoma 14.6.1
I’d appreciate any help in pointing me toward where/how I should troubleshoot this.