Check Python version

How to check Python version

1 Like

can you go to shell and put in python --version?

5 Likes

Hey @JamesFletty welcome to the forums!

You can check the version by doing this.

  1. Open the Shell, by pressing (Cmd + Shift + S or Ctrl + Shift + S).
  2. Type python --version.
  3. To check the Python3 version, type python3 --version.
7 Likes