File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -409,19 +409,19 @@ following command with Python 3.11 or newer:
409409
410410 .. code-block :: shell
411411
412- python3 Platforms/WASI build --quiet -- --config-cache --with-pydebug
412+ python Platforms/WASI build --quiet -- --config-cache --with-pydebug
413413
414414 .. tab :: Python 3.14
415415
416416 .. code-block :: shell
417417
418- python3 Tools/wasm/wasi build --quiet -- --config-cache --with-pydebug
418+ python Tools/wasm/wasi build --quiet -- --config-cache --with-pydebug
419419
420420 .. tab :: Python 3.13
421421
422422 .. code-block :: shell
423423
424- python3 Tools/wasm/wasi.py build --quiet -- --config-cache --with-pydebug
424+ python Tools/wasm/wasi.py build --quiet -- --config-cache --with-pydebug
425425
426426 That single command will configure and build both the build Python and the
427427WASI build in the ``cross-build/ `` directory.
@@ -433,10 +433,10 @@ is a convenience wrapper around the following commands:
433433
434434 .. code-block :: shell
435435
436- $ python3 Platforms/WASI configure-build-python --quiet -- --config-cache --with-pydebug
437- $ python3 Platforms/WASI make-build-python --quiet
438- $ python3 Platforms/WASI configure-host --quiet -- --config-cache
439- $ python3 Platforms/WASI make-host --quiet
436+ $ python Platforms/WASI configure-build-python --quiet -- --config-cache --with-pydebug
437+ $ python Platforms/WASI make-build-python --quiet
438+ $ python Platforms/WASI configure-host --quiet -- --config-cache
439+ $ python Platforms/WASI make-host --quiet
440440
441441 .. tab :: Python 3.14
442442
You can’t perform that action at this time.
0 commit comments