How to set the install prefix for pyqt tools?

Phil Thompson phil at riverbankcomputing.com
Mon Mar 29 10:15:44 BST 2021


On 29/03/2021 03:35, Chalice Paper wrote:
> Hi,
> After reading the sip-builder doc, I know I can set the python library
> prefix by passing `--target-dir <some/path>`,
> but this option doesn't affect the prefix path of pyqt tools, it
> always installs pyuic6 and pylupdate6 into the
> python's `sys.executable` path. At present, I can install them into
> another path by modifying the generated Makefile.
> So, is there any option can control the install prefix of the pyqt 
> tools?

No, but it's easy enough to add. I'll add a --scripts-dir option to 
sip-build and sip-install.

Phil


More information about the PyQt mailing list