Python Forum
run my script in a spefic version or any later one
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
run my script in a spefic version or any later one
#4
You could create your own symlink, for example /usr/local/bin/bestpython3 or ${HOME}/.local/bin/bestpython3 pointing to the python3.8 executable and use this symlink on the shebang line.
Reply


Messages In This Thread
RE: run my script in a spefic version or any later one - by Gribouillis - Oct-24-2019, 08:42 PM

Forum Jump:

User Panel Messages

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