Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Issue 11418101: build: make python executable configurable

Created:
8 years, 1 month ago by bnoordhuis1
Modified:
7 years ago
CC:
v8-dev
Visibility:
Public.

Description

build: make python executable configurable

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -8 lines) Patch
M Makefile View 4 chunks +6 lines, -3 lines 0 comments Download
M build/common.gypi View 1 chunk +3 lines, -0 lines 0 comments Download
M src/d8.gyp View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
bnoordhuis1
Makes the name of the python executable configurable, for systems where it's called e.g. `python2.7` ...
8 years, 1 month ago (2012-11-20 21:38:39 UTC) #1
Michael Starzinger
This is more up Jakob's alley, handing over.
8 years, 1 month ago (2012-11-21 09:50:42 UTC) #2
Jakob Kummerow
How about this instead: sudo /usr/bin/python2.7 /usr/bin/python That fixes all your scripts/applications/buildsystems at once, which ...
8 years, 1 month ago (2012-11-21 10:04:53 UTC) #3
bnoordhuis1
On 2012/11/21 10:04:53, Jakob wrote: > How about this instead: > > sudo /usr/bin/python2.7 /usr/bin/python ...
8 years, 1 month ago (2012-11-23 22:44:16 UTC) #4
bnoordhuis
V8 people, will you please reconsider this patch? If not, can you explain what's so ...
7 years, 10 months ago (2013-02-01 12:15:14 UTC) #5
Jakob Kummerow
On 2012/11/23 22:44:16, bnoordhuis1 wrote: > On 2012/11/21 10:04:53, Jakob wrote: > > How about ...
7 years, 10 months ago (2013-02-01 13:43:05 UTC) #6
Jgeralnik
> > > That fixes all your scripts/applications/buildsystems at once, which is an > > ...
7 years, 6 months ago (2013-06-09 05:37:13 UTC) #7
Jgeralnik
> > > That fixes all your scripts/applications/buildsystems at once, which is an > > ...
7 years, 6 months ago (2013-06-09 05:37:13 UTC) #8
Jgeralnik
> > > That fixes all your scripts/applications/buildsystems at once, which is an > > ...
7 years, 6 months ago (2013-06-09 05:37:14 UTC) #9
keith.hughitt
7 years ago (2013-11-25 17:23:51 UTC) #10
I'm also affected by this. Are there any plans to support native Python 3
systems?

Powered by Google App Engine
This is Rietveld 408576698