Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
on a system w/o python3
#10
(Nov-07-2017, 04:00 PM)Larz60+ Wrote: Writing code for 2.x is an effort in futility.

unfortunately, platforms remain that only have Python2 working, and i need to run one of them and run many of my scripts on them.  a scenario that may affect many is the need to use a module that has not been upgraded to python3.  maybe after python2 is no longer supported, these situations will begin to be resolved.

the first issue i ran into was that #!/usr/bin/env python3 was failing on platforms w/o python3.  it's obvious that something else is needed.  a standard way to "run the latest" version of python on the platform would have been helpful, such as #!/usr/bin/env python-latest, but this does not exist, now.
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
on a system w/o python3 - by Skaperen - Nov-07-2017, 01:29 AM
RE: on a system w/o python3 - by metulburr - Nov-07-2017, 01:39 AM
RE: on a system w/o python3 - by Skaperen - Nov-07-2017, 02:04 AM
RE: on a system w/o python3 - by sparkz_alot - Nov-07-2017, 02:08 AM
RE: on a system w/o python3 - by Skaperen - Nov-07-2017, 02:23 AM
RE: on a system w/o python3 - by wavic - Nov-07-2017, 10:41 AM
RE: on a system w/o python3 - by Larz60+ - Nov-07-2017, 04:00 PM
RE: on a system w/o python3 - by Skaperen - Nov-08-2017, 01:27 AM
RE: on a system w/o python3 - by snippsat - Nov-07-2017, 04:29 PM
RE: on a system w/o python3 - by metulburr - Nov-07-2017, 09:19 PM
RE: on a system w/o python3 - by metulburr - Nov-08-2017, 02:14 AM
RE: on a system w/o python3 - by snippsat - Nov-08-2017, 02:51 AM
RE: on a system w/o python3 - by Skaperen - Nov-08-2017, 03:30 AM
RE: on a system w/o python3 - by metulburr - Nov-08-2017, 01:42 PM
RE: on a system w/o python3 - by Skaperen - Nov-08-2017, 11:26 PM
RE: on a system w/o python3 - by metulburr - Nov-09-2017, 12:16 AM
RE: on a system w/o python3 - by Skaperen - Nov-10-2017, 07:28 AM
RE: on a system w/o python3 - by wavic - Nov-09-2017, 12:24 AM
RE: on a system w/o python3 - by metulburr - Nov-10-2017, 10:27 AM
RE: on a system w/o python3 - by wavic - Nov-10-2017, 02:34 PM
RE: on a system w/o python3 - by snippsat - Nov-10-2017, 03:32 PM
RE: on a system w/o python3 - by Skaperen - Nov-11-2017, 05:24 AM
RE: on a system w/o python3 - by snippsat - Nov-11-2017, 09:02 AM
RE: on a system w/o python3 - by Skaperen - Nov-12-2017, 04:28 AM

Forum Jump:

User Panel Messages

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