25
What Am I Doing Wrong?
(lazysoci.al)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
You should use
python3anyway notpython. The latter is sometimes Python 3, sometimes Python 2 and sometimes doesn't exist.python3works reliably, assuming you have it installed.(And assuming you aren't using the official Windows Python installer, but that doesn't seem like the case here!)
I ended up adding Python3 as it moaned when I just added Python. Thank you so much for your advice though. I'm grateful.