From c77d33e545454dc71a24fefa91f11bcfe2ca011b Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Tue, 28 Jan 2025 15:11:21 +1300 Subject: [PATCH] Change python to python3 for Ubuntu apt install (#4797) "python" isn't available in Ubuntu 24.10: ``` Package python is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: 2to3 python-is-python3 Error: Package 'python' has no installation candidate ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed9c7339c4..604c30b565 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ On macOS with homebrew: On Ubuntu, with apt: - sudo apt install -y python make gcc libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev + sudo apt install -y python3 make gcc libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev ## Install (Linux/Mac)