Update ubuntu-python-builder.psm1

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2022-04-12 08:25:15 +05:30 committed by GitHub
parent c4ccbe4009
commit 1d6665e68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/ppa -y"
Execute-Command -Command "sudo apt update"
Execute-Command -Command "sudo apt install python3.11-tk"
Execute-Command -Command "sudo apt install tcl8.6 tcl8.6-dev"
Execute-Command -Command "sudo apt install tcl8.6 tcl8.6-dev tk8.6 tk8.6-dev"
}
### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev