Searched full:pytmp (Results 1 – 1 of 1) sorted by relevance
18 $env:PYTMP = "${env:TMP}\py";19 if (!(Test-Path "$env:PYTMP")) {20 New-Item -ItemType directory -Path "$env:PYTMP" | Out-Null;23 if (!(Test-Path "${env:PYTMP}\pypy2-v5.10.0-win32.zip")) {24 …ttps://bitbucket.org/pypy/pypy/downloads/pypy2-v5.10.0-win32.zip', "${env:PYTMP}\pypy2-v5.10.0-win…26 7z x -y "${env:PYTMP}\pypy2-v5.10.0-win32.zip" -oC:\ | Out-Null;