0

How do I run python?

Where do I open python idle or the interpreter?

8th Aug 2016, 10:22 AM
Timur Sultanov
Timur Sultanov - avatar
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
8th Aug 2016, 10:36 AM
Izz
Izz - avatar
+ 1
I'm on windows, thanks.
8th Aug 2016, 10:39 AM
Timur Sultanov
Timur Sultanov - avatar
+ 1
hope that helps..
8th Aug 2016, 10:44 AM
Izz
Izz - avatar