3 Answers
+ 2
Linux or Windows?
Linux has python built-in, and you just type
python
in the terminal to open interpreter.
if Windows, same as long as python binary is in your path (or current directory in cli)
note: unless you make explicit changes in Linux, it will probably default to python 2.x, even when both are installed
+ 1
I'm on windows, thanks.
+ 1
hope that helps..