Skip to content

Commit

Permalink
ammend python 3.12 install string
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBuchananCompPhys committed Jan 8, 2025
1 parent 0ffd1b9 commit 1120a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions develop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ try {
$versionParts = $pythonVersion -split " "
if (-not ($versionParts[0] -eq "True" -and $versionParts[1] -eq "True")) {
Write-Output "System Python is version $(python --version) and it is recommended to be == 3.12 - installing with Chocolatey..." @info_colors
choco install -y python --version==3.12.0
choco install -y python --version=3.12.0
}
} catch {
Write-Output "Could not find system Python - installing with Chocolatey..." @info_colors
choco install -y python --version==3.12.0
choco install -y python --version=3.12.0
}

refreshenv
Expand Down

0 comments on commit 1120a98

Please sign in to comment.