Home
last modified time | relevance | path

Searched defs:python_version (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/ci/
Dinstall.ps156 function ParsePythonVersion ($python_version) { in ParsePythonVersion()
57 if ($python_version -match $PYTHON_PRERELEASE_REGEX) { in ParsePythonVersion() variable
66 function DownloadPython ($python_version, $platform_suffix) { in DownloadPython()
73 $python_version = "$major.$minor$prerelease" in DownloadPython() variable
107 function InstallPython ($python_version, $architecture, $python_home) { in InstallPython()
108 …Write-Host "Installing Python" $python_version "for" $architecture "bit architecture to" $python_h… in InstallPython() variable
128 Write-Host "Python $python_version ($architecture) installation complete" in InstallPython() variable
175 function DownloadMiniconda ($python_version, $platform_suffix) { in DownloadMiniconda()
176 if ($python_version -eq "3.4") { in DownloadMiniconda() variable
187 function InstallMiniconda ($python_version, $architecture, $python_home) { in InstallMiniconda()
[all …]