Source code

Revision control

Copy as Markdown

Other Tools

From: Michael Froman <mfroman@mozilla.com>
Date: Fri, 17 May 2024 22:30:00 -0500
Subject: Bug 1897501 - (fix-09bb4f09e1) keep default python intepreter as
python3
---
.gn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gn b/.gn
index b374016a64..8325a46ed3 100644
--- a/.gn
+++ b/.gn
@@ -13,7 +13,7 @@ buildconfig = "//build/config/BUILDCONFIG.gn"
# The python interpreter to use by default. On Windows, this will look
# for vpython3.exe and vpython3.bat.
-script_executable = "vpython3"
+script_executable = "python3"
# The secondary source root is a parallel directory tree where
# GN build files are placed when they can not be placed directly