Update ubuntu-python-builder.psm1

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

View File

@ -96,6 +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"
}
### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev