This message was deleted.
# general
s
This message was deleted.
b
have you tried
which py
and/or
py --version
?
and you have
pip
installed?
h
It could be, the console outputs me on
python --version
Python 2.7.16 But if i do
python3 --version
it shows me 3.8.8 ¿Do you know why this occurs? i suppose that the default version is the minor version, right?
I changed the default python version loaded in my console, i added:
alias python=/usr/local/bin/python3
And now when i do
python --version
it shows me
Python  3.8.8
But the error still occurs…