Python Forum
tracking version during run
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tracking version during run
#1
suppose there is a Python script that intends to be run if the host has a version at or above a specific version X.Y. suppose the host also has an older version of Python. the script is complicated and needs to run some of its files under new process instances of Python. suppose the host does not have exact version X.Y but does have both an older one and a newer one. how can i be sure the version newer than X.Y is always run (i did not create the scripts)?
Tradition is peer pressure from dead people

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


Forum Jump:

User Panel Messages

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