Removed python3.8 from installPython3
Using python3 prefix uses latest python version for current distro. Ensures compatibility with later versions of Ubuntu.
This commit is contained in:
parent
e85be4cc20
commit
42376c7e69
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ fun Prov.provisionPython() = task {
|
|||
}
|
||||
|
||||
fun Prov.installPython3(): ProvResult = task {
|
||||
aptInstall("python3.8-venv python3-pip")
|
||||
aptInstall("python3-venv python3-pip")
|
||||
}
|
||||
|
||||
fun Prov.configureVenv(): ProvResult = task {
|
||||
|
|
Loading…
Reference in a new issue