Skip to content

Commit

Permalink
Change python to python3 for Ubuntu apt install (#4797)
Browse files Browse the repository at this point in the history
"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
```
  • Loading branch information
kimrutherford authored Jan 28, 2025
1 parent 5961161 commit c77d33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c77d33e

Please sign in to comment.