13 lines
342 B
PowerShell
13 lines
342 B
PowerShell
|
|
Write-Output ==========_win-py3.8_==========
|
|
python3.8.exe ./logger_setup.py build
|
|
|
|
Write-Output ==========_win-py3.10_==========
|
|
python3.10.exe ./logger_setup.py build
|
|
|
|
Write-Output ==========_wsl-py3.8_==========
|
|
wsl.exe python3 logger_setup.py build
|
|
|
|
Write-Output ==========_wsl-py3.10_==========
|
|
wsl.exe python3.10 logger_setup.py build
|