Closed
Bug 1583626
Opened 5 years ago
Closed 5 years ago
Create a |mach python3| command
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(1 obsolete file)
Right now ./mach python
spawns a Python 2 interpreter with the mach environment activated. We should also create ./mach python3
to do the same with the Python 3 environment. I've run into a few places where this would be handy already.
For now I plan on simply adding the new command so we don't need to deal with updating consumers of mach python
(it's used in taskcluster land a bunch).
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9095164 -
Attachment is obsolete: true
Assignee | ||
Comment 2•5 years ago
|
||
Turns out I don't need to depend on this change after all. And we can use python3 mach python
if we really need an interpreter with the Python 3 environment.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•