On 12/07/2017 03:06 PM, Fred Wright via devel wrote:
> The underlying problem is essentially that
> there's no equivalent of ld.so.conf for Python
You can add paths (one per line) in a .pth file in:
/usr/lib/python${ver}/${x}-packages
where $x is normally "site", but "dist" on Debian.
--
Richard