From e7aca81fb6521181c8416ba3c66a9d551011dbac Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 2 Sep 2022 10:49:20 +0200 Subject: [PATCH] Tell about name conflict on pythonX.Y --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ace92fb..711c57c 100644 --- a/README.md +++ b/README.md @@ -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`.