Bug 216496

Summary: [webkitcorepy] AutoInstaller should work with HomeBrew Python
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, dean_johnson, dewei_zhu, repstein, slewis, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch beidson: review+

Description Jonathan Bedard 2020-09-14 14:33:14 PDT
The AutoInstaller doesn't work with HomeBrew Python at the moment. I'm pretty sure that the AutoInstaller is broken inside some virtualenvs for the same reason.
Comment 1 Jonathan Bedard 2020-09-14 14:36:42 PDT
<rdar://problem/68864294>
Comment 2 Jonathan Bedard 2020-09-14 14:42:30 PDT
Created attachment 408747 [details]
Patch
Comment 3 Jonathan Bedard 2020-09-14 14:58:24 PDT
HomeBrew sets a default install prefix which ends up conflicting with --home. We just need to override it when calling setup.py.
Comment 4 Brady Eidson 2020-09-14 15:02:26 PDT
Comment on attachment 408747 [details]
Patch

(Rubberstamp, but... sure!)
Comment 5 Jonathan Bedard 2020-09-14 16:05:13 PDT
Committed r267056: <https://trac.webkit.org/changeset/267056>