@@ -3492,12 +3492,12 @@ fn python_install_pyodide() {
34923492
34933493 ----- stderr -----
34943494 Installed Python 3.13.2 in [TIME]
3495- + pyodide-3.13.2-emscripten-wasm32-musl (python3 .13)
3495+ + pyodide-3.13.2-emscripten-wasm32-musl (pyodide3 .13)
34963496 " ) ;
34973497
34983498 let bin_python = context
34993499 . bin_dir
3500- . child ( format ! ( "python3 .13{}" , std:: env:: consts:: EXE_SUFFIX ) ) ;
3500+ . child ( format ! ( "pyodide3 .13{}" , std:: env:: consts:: EXE_SUFFIX ) ) ;
35013501
35023502 // The executable should be installed in the bin directory
35033503 bin_python. assert ( predicate:: path:: exists ( ) ) ;
@@ -3568,7 +3568,7 @@ fn python_install_pyodide() {
35683568
35693569 ----- stderr -----
35703570 Installed Python 3.13.2 in [TIME]
3571- + pyodide-3.13.2-emscripten-wasm32-musl (python3 .13)
3571+ + pyodide-3.13.2-emscripten-wasm32-musl (pyodide3 .13)
35723572 " ) ;
35733573
35743574 context. python_uninstall ( ) . arg ( "--all" ) . assert ( ) . success ( ) ;
@@ -3581,7 +3581,7 @@ fn python_install_pyodide() {
35813581
35823582 ----- stderr -----
35833583 Installed Python 3.13.2 in [TIME]
3584- + pyodide-3.13.2-emscripten-wasm32-musl (python3 .13)
3584+ + pyodide-3.13.2-emscripten-wasm32-musl (pyodide3 .13)
35853585 " ) ;
35863586
35873587 // Find via `pyodide``
@@ -4266,7 +4266,7 @@ fn python_install_compile_bytecode_pyodide() {
42664266
42674267 ----- stderr -----
42684268 Installed Python 3.13.2 in [TIME]
4269- + pyodide-3.13.2-emscripten-wasm32-musl (python3 .13)
4269+ + pyodide-3.13.2-emscripten-wasm32-musl (pyodide3 .13)
42704270 No compatible versions to bytecode compile (skipped 1)
42714271 " ) ;
42724272
0 commit comments