You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install-chromeos-fonts.py references python, which is not guaranteed to
be installed (at least not on Googler machines). Instead, python2 and
python3 are guaranteed available (in depot_tools if not elsewhere).
This leads to this error message:
Installing Chrome OS fonts.
/usr/bin/env: ‘python’: No such file or directory
ERROR: The installation of the Chrome OS default fonts failed.
The remainder of the error message is misleading (in this context) and
has a spelling error which this also fixes.
Change-Id: Ie05a95d654a51448240f3910dd4bb54a32f54336
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3539216
Reviewed-by: Thomas Anderson <[email protected]>
Commit-Queue: Bruce Dawson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#983457}
0 commit comments