Python Forum
I'm New to Python and have a question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I'm New to Python and have a question
#2
The OS will be some Linux distribution for sure. Most of these are coming with preinstalled Python. Probably both versions. All needed is to type python in the terminal to run the interpreter. python2, python3 are shortcuts to the respective version. The python "command" will run the default version for the OS:

victor@jerry:~$ python
Python 3.6.0 |Continuum Analytics, Inc.| (default, Dec 23 2016, 12:22:00) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
So, on this Ubuntu MATE the default one is Python 3.6.0.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
RE: I'm New to Python and have a question - by wavic - Dec-15-2017, 01:35 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020