Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
version/compile info
#3
what did you get as a banner when you started python? is it the same?

Output:
lt1/forums /home/forums 1> python3 Python 3.5.2 (default, Nov 23 2017, 16:37:01) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.version=='[GCC 5.4.0 20160609] on linux' False >>> lt1/forums /home/forums 2> python2 Python 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.version=='[GCC 5.4.0 20160609] on linux2' False >>> lt1/forums /home/forums 3>
apparently these two versions of Python were compiled on different hosts. i'm assuming that's what "linux" and "linux2" mean (maybe not). if anyone has Python on a different architecture, maybe they can show what they have.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
version/compile info - by Skaperen - May-14-2018, 01:08 AM
RE: version/compile info - by wavic - May-14-2018, 04:21 AM
RE: version/compile info - by Skaperen - May-14-2018, 05:11 AM
RE: version/compile info - by wavic - May-14-2018, 08:19 AM
RE: version/compile info - by DeaD_EyE - May-14-2018, 08:44 AM
RE: version/compile info - by ljmetzger - May-14-2018, 12:43 PM
RE: version/compile info - by ljmetzger - May-14-2018, 02:39 PM
RE: version/compile info - by Skaperen - May-17-2018, 12:48 AM
RE: version/compile info - by ljmetzger - May-17-2018, 01:14 PM
RE: version/compile info - by Skaperen - May-19-2018, 02:56 AM
RE: version/compile info - by ljmetzger - May-19-2018, 01:14 PM
RE: version/compile info - by Skaperen - May-20-2018, 01:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What is all the info in the info window in Idle? Pedroski55 3 734 Jul-08-2023, 11:26 AM
Last Post: DeaD_EyE
  Can I upload a new version without previously deleting ancient version sylas 6 4,294 Nov-08-2017, 03:26 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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