Tell about name conflict on pythonX.Y

This commit is contained in:
Julien Palard 2022-09-02 10:49:20 +02:00
parent 8a2ef9a7f7
commit e7aca81fb6
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 4 additions and 1 deletions

View File

@ -61,7 +61,10 @@ Anyway it's ~67 lines of code, maybe just read it.
`python3.8`), so `python3` and `python` will always point to your
distrib' Python.
Don't hesitate to `apt install python-is-python3` if you want `python`
But beware, depending on how you setup your `PATH`, `pythonY.X` may
point to your distrib' Python, or to your manually compiled one.
On Debian, don't hesitate to `apt install python-is-python3` if you want `python`
to be `python3`.