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.
- Open the Shell, by pressing (Cmd + Shift + S or Ctrl + Shift + S).
- Type
python --version
. - To check the Python3 version, type
python3 --version
.
7 Likes