Searched defs:python_version (Results 1 – 1 of 1) sorted by relevance
56 function ParsePythonVersion ($python_version) { in ParsePythonVersion()57 if ($python_version -match $PYTHON_PRERELEASE_REGEX) { in ParsePythonVersion() variable66 function DownloadPython ($python_version, $platform_suffix) { in DownloadPython()73 $python_version = "$major.$minor$prerelease" in DownloadPython() variable107 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() variable128 Write-Host "Python $python_version ($architecture) installation complete" in InstallPython() variable175 function DownloadMiniconda ($python_version, $platform_suffix) { in DownloadMiniconda()176 if ($python_version -eq "3.4") { in DownloadMiniconda() variable187 function InstallMiniconda ($python_version, $architecture, $python_home) { in InstallMiniconda()[all …]