RESOLVED FIXED 225172
[webkitcorepy] Allow user to specify interpreter used by autoinstall.py to install imported dependencies
https://bugs.webkit.org/show_bug.cgi?id=225172
Summary [webkitcorepy] Allow user to specify interpreter used by autoinstall.py to in...
Roy Reapor
Reported 2021-04-28 16:46:24 PDT
Allow user to specify interpreter used by autoinstall.py to install imported dependencies. Webapps that depend on a modules that are auto installed via 'autoinstall.py` could fail when ran under `uwsgi`. `uwsgi` overrides `sys.executable`. See https://github.com/unbit/uwsgi/issues/670
Attachments
Patch (2.26 KB, patch)
2021-04-28 16:59 PDT, Roy Reapor
no flags
Patch (3.04 KB, patch)
2021-04-28 18:14 PDT, Roy Reapor
no flags
Radar WebKit Bug Importer
Comment 1 2021-04-28 16:47:09 PDT
Roy Reapor
Comment 2 2021-04-28 16:59:43 PDT
Jonathan Bedard
Comment 3 2021-04-28 17:14:35 PDT
Comment on attachment 427310 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=427310&action=review > Tools/Scripts/libraries/webkitcorepy/setup.py:33 > + version='0.5.10', Need to bump this in Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py too
Roy Reapor
Comment 4 2021-04-28 18:14:50 PDT
EWS
Comment 5 2021-04-29 07:16:01 PDT
Committed r276772 (237156@main): <https://commits.webkit.org/237156@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427321 [details].
Note You need to log in before you can comment on or make changes to this bug.