Hello
i follow this url
to compile chromium .
1. i install a new ubuntu 18.04 desktop
2. i install git and python3.6 by "apt install " .
3. Install depot_tools
4. fetch --nohooks --no-history chromium (or fetch --nohooks chromium)
i get error like this :
/root/depot_tools/bootstrap_python3: line 32: boots...@3.8.10.chromium.23_bin/python3/bin/python3: No such file or directory
cat: /root/depot_tools/python3_bin_reldir.txt: No such file or directory
/root/depot_tools/vpython3: line 52: /root/depot_tools/.cipd_bin/vpython3: No such file or directory
********************
you can see me environment :
root@osuubuntu:~# ls
chromium depot_tools snap
root@osuubuntu:~#
root@osuubuntu:~/chromium# python3 -V
Python 3.6.9
root@osuubuntu:~/chromium#
***********************
i trace all the code by get nothing.
does someone can help ?