Closed
Bug 1852217
Opened 1 year ago
Closed 1 year ago
glean.js should support the GLEAN_PYTHON env variable
Categories
(Data Platform and Tools :: Glean: SDK, defect, P2)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Dexter, Assigned: brosa)
Details
Attachments
(2 files)
We support overriding the binary name in the other SDKs. However, in Glean.js, we do not provide this capability, making it hard to use Glean.js in environments in which the Python 3 binary is called "python" and not "python3".
We should:
- Implement the same logic in glean.js
- Improve the docs by making the use of this environment variable more discoverable
@Bruno, can you take this one?
Flags: needinfo?(brosa)
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → brosa
Status: NEW → ASSIGNED
Assignee | ||
Updated•1 year ago
|
Priority: -- → P2
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•