Hi Kovid, I use calibre-debug to run pip install command like this:
Code:
$ calibre-debug -e /usr/lib/python3.10/site-packages/pip/__pip-runner__.py -- install pkg
But some dependency packages may use pip arguments unsupported by calibre-debug. For example `--egg-base` in this issue:
https://github.com/xxyzz/WordDumb/is...sue-1561774062
Could these lines
https://github.com/kovidgoyal/calibr...g.py#L306-L307 be moved above `option_parser().parse_args()`?