Opened on 10/12/18 at 16:49:24
Closed on 10/02/20 at 00:49:53
#3548 closed defect (wontfix)
RSB and RTEMS Tools Support for python2 and python3 (cloned)
Reported by: | Chris Johns | Owned by: | Chris Johns |
---|---|---|---|
Priority: | high | Milestone: | 4.11.4 |
Component: | tool | Version: | 4.11 |
Severity: | blocker | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Cloned from #3537:
Upstream python does not create a python
command any more and creates python2
and python3
. Distributions and operating systems are starting to ship without the python
command.
The RSB and RTEMS Tools python commands need to be updated and tested so they run on Python2 and Python3 and support added to use the available commands.
Change History (2)
comment:1 Changed on 10/12/18 at 18:08:05 by Chris Johns
Version: | 5 → 4.11 |
---|
comment:2 Changed on 10/02/20 at 00:49:53 by Chris Johns
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The
master
has reverted the proposed changes and shebang env python is being used. Users should consult the latest user manual for ways to getpython
as a command on your host or to run the RSB commands with a specific python version.