Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python version
#1
Hello dear Pythonfriend's,
i'm Tanometro.
I have problems with the python version. I recently installed the latest version of python on my Mac pro, with MacOS Catalina, but when y check in the terminal, it tells me that I have 2.7.16. I installed python 3.8 again, but the terminal gives me the same result.

That is ok?
Reply
#2
I don't have a mac but if it works like some linuxes, you need to use the python3 command to have python 3 instead of python.
Reply
#3
You can enter simple commands in your terminal:

which python
which python3
which python2

Now you know the paths of different Python versions.

Next you could find out version:

python --version
python3 --version
python2 --version

Now you should have sufficient information needed to start Python version required
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020