Open
Bug 1709920
Opened 4 years ago
Updated 4 years ago
(cramtest+virtualenv) Error running cramtest locally: This mach command requires <dir>/bin/python, which wasn't found on the system!
Categories
(Testing :: Python Test, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: sfink, Unassigned)
Details
% mach cramtest tools/tryselect/test/test_preset.t
...lots of errors like...
+ This mach command requires /tmp/cramtests-_w2ete3l/tmp/mozbuild/_virtualenvs/mach/bin/python, which wasn't found on the system!
+ Consider running 'mach bootstrap' or 'mach create-mach-environment' to create the mach virtualenvs, or set MACH_USE_SYSTEM_PYTHON to use the system Python installation over a virtualenv.
If I preface with MACH_USE_SYSTEM_PYTHON=1, it works fine.
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•