Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75307
| Date | 2014-07-28 09:57 +0200 |
|---|---|
| From | Olaf Hering <olaf@aepfle.de> |
| Subject | Re: rpath alike feature for python scripts |
| References | <20140725140813.GA1867@aepfle.de> <87ha24mzzo.fsf@handshake.de> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12385.1406535054.18130.python-list@python.org> (permalink) |
On Sat, Jul 26, dieter wrote: > The "binary" corresponds to a script. The script could have > a function "setup_path" which enhances "sys.path" as appropriate > and ensure that this function is called near its beginning. Yes, but how does it obtain the required values? In other words, at buildtime /some/where is known because its the --prefix= value. How does it know the remainder? +sys.path.insert(0, "/some/where/lib64/python2.6/site-packages") Olaf
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: rpath alike feature for python scripts Olaf Hering <olaf@aepfle.de> - 2014-07-28 09:57 +0200
csiph-web