16 lines
445 B
PowerShell
16 lines
445 B
PowerShell
Write-Output ---------------------开始测试---------------------
|
|
|
|
Write-Output ==========_win-py3.8_==========
|
|
python3.8.exe ./py_cprint.py
|
|
|
|
Write-Output ==========_win-py3.10_==========
|
|
python3.10.exe ./py_cprint.py
|
|
|
|
Write-Output ==========_wsl-py3.8_==========
|
|
wsl.exe python3 py_cprint.py
|
|
|
|
Write-Output ==========_wsl-py3.10_==========
|
|
wsl.exe python3.10 ./py_cprint.py
|
|
|
|
Write-Output ---------------------结束测试---------------------
|