RTEMS | Most of our Python files still refer to python instead of python3 (#5154)
Gedare Bloom (@gedare)
gitlab at rtems.org
Sun Nov 17 21:14:41 UTC 2024
Gedare Bloom commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5154#note_115107
Several of these are 3rd party scripts and should likely not be modified by us.
Windows/MSYS does not ship `python3.exe` so the `#!/usr/bin/env python3` is not portable there and requires a local workaround, such as I documented in https://gitlab.rtems.org/rtems/docs/rtems-docs/-/blob/main/README.md?ref_type=heads#windows
I don't know what the long-term plan is from other operating systems, will they continue to use `python3` or will they revert to `python` with the obsolescence of `python2`? What does Python recommend doing?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5154#note_115107
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241117/8b10d974/attachment-0001.htm>
More information about the bugs
mailing list