diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Python.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Python.kt index 2f2f674..38c0b6c 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Python.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Python.kt @@ -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 {