mirror of
https://github.com/python/cpython
synced 2024-11-02 12:12:41 +00:00
3 lines
103 B
PowerShell
3 lines
103 B
PowerShell
|
$pcbuild = $script:MyInvocation.MyCommand.Path | Split-Path -parent;
|
||
|
& cmd /K "$pcbuild\env.bat" $args
|