summarylogtreecommitdiffstats
path: root/vpython-use-system-python2.patch
blob: a1d8a8d13a2e9241ef7221340260a62d10a9e940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/vpython b/vpython
index 9befaa690..03ebe525b 100755
--- a/vpython
+++ b/vpython
@@ -4,7 +4,7 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-if [[ $VPYTHON_BYPASS == "manually managed python not supported by chrome operations" ]]
+if [[ 1 ]]
 then
   NEWARGS=()
   while [[ $# -gt 0 ]]
@@ -30,7 +30,7 @@ then
         ;;
     esac
   done
-  exec "python" "${NEWARGS[@]}"
+  exec "python2" "${NEWARGS[@]}"
 fi