How to check your Python version? [Windows, Mac, Linux, Jupyter]

preview_player
Показать описание
Become a better coder! Download the 5x Python Cheat Sheet Course (PDF). It’s free!

🐍 Cheating in Python? Of course! 🐍
See you soon -- it’s fun! 🤓

How to check your Python version for all major operating systems?
- Windows
- Mac
- Linux
- Jupyter Notebook

Easy. Simple run the command:
"python -V"
in your terminal

Complete step-by-step tutorial here:
Рекомендации по теме
Комментарии
Автор

thanks for this video .. i have a question which is if this instruction ( python -v) didn't work what that should be mean

jorjenaah
Автор

Excuse me, How to downgrade python version in jupyter? thanks

Irfankarimm
Автор

When I type this in Jupyter:
from platform import python_version
print(python_version())
3.7.6

When I type in Terminal (on Mac 10.15.5):
python -V
Python 2.7.16

What do I need to make sure I am running python3?

joro