rpath alike feature for python scripts
dieter
dieter at handshake.de
Thu Jul 31 01:36:22 EDT 2014
More information about the Python-list mailing list
Thu Jul 31 01:36:22 EDT 2014
- Previous message (by thread): rpath alike feature for python scripts
- Next message (by thread): rpath alike feature for python scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
dieter <dieter at handshake.de> writes: > Olaf Hering <olaf at aepfle.de> writes: >> On Mon, Jul 28, Albert-Jan Roskam wrote: >>> does this help: https://nixos.org/patchelf.html. It is not specific to Python, though. >> >> No, this does not help because its not about patching the result. >> The questions is how to obtain the value with should be patched into the >> result. > ... > The primary ways to interact with Python's import mechanism > are "sys.path" and the envvar "PYTHONPATH" (which corresponds > to the envvar "LD_LIBRARY_PATH"). You may also have a look at the "*.pth" feature. It allows package installers to influence the way how "sys.path" is set up. A main example is "easy-install.pth" (used for egg installation). I remember to have seen a documentation - however, I no longer remember where.
- Previous message (by thread): rpath alike feature for python scripts
- Next message (by thread): rpath alike feature for python scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list