Use vpython3 instead of the system python3

This should support running experiments/field_trials.py (which uses
dataclasses).
This commit is contained in:
Rashad Sookram 2023-02-22 11:15:40 -05:00
parent 50481294cf
commit 9f0528c214
1 changed files with 3 additions and 1 deletions

4
.gn
View File

@ -13,7 +13,9 @@ buildconfig = "//build/config/BUILDCONFIG.gn"
# The python interpreter to use by default. On Windows, this will look
# for python3.exe and python3.bat.
script_executable = "python3"
# RingRTC change to use the depot_tools version of python which supports the
# features required by WebRTC scripts.
script_executable = "vpython3"
# The secondary source root is a parallel directory tree where
# GN build files are placed when they can not be placed directly