After fetching Chromium's source code, I executed the following command
$ gn gen out/Default
This results in an execution error:
/c/src/depot_tools/gn: line 8: exec: python3: not found
What's the problem and how to solve this error?
After fetching Chromium's source code, I executed the following command
$ gn gen out/Default
This results in an execution error:
/c/src/depot_tools/gn: line 8: exec: python3: not found
What's the problem and how to solve this error?