Loading mach.ps1 +1 −1 Original line number Diff line number Diff line $mypath = $MyInvocation.MyCommand.Path $machpath = $mypath.substring(0, $mypath.length - 4) if (Get-Command py) { if (Get-Command py -ErrorAction SilentlyContinue) { $python_executable = "py" } else { $python_executable = "python" Loading Loading
mach.ps1 +1 −1 Original line number Diff line number Diff line $mypath = $MyInvocation.MyCommand.Path $machpath = $mypath.substring(0, $mypath.length - 4) if (Get-Command py) { if (Get-Command py -ErrorAction SilentlyContinue) { $python_executable = "py" } else { $python_executable = "python" Loading