A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2003-August/037630.html below:

[Python-Dev] Re: hook for standalone executable

[Python-Dev] Re: hook for standalone executable [Python-Dev] Re: hook for standalone executableSkip Montanaro skip at pobox.com
Thu Aug 14 15:38:19 EDT 2003
    Thomas> What's the usual directory layout if an executable needs
    Thomas> additional private files (library.zip, something.so and so on)?

As with all things Unix there several different ways to skin the cat.  One
common installation scheme is Python's.  The interpreter lives in
/usr/local/bin/pythonM.m and all the version-specific stuff lives in places
like /usr/local/lib/pythonM.m and /usr/local/include/pythonM.m where M and m
are the major and minor versions.  Another way is to create an
application-specific directory in a prefix directory like /usr/local, then
create bin, etc, lib and include directories underneath.  Apache and
Berkeley DB prefer this setup.  Either way, there is a known relationship
between the executable and the files it relies on.

Skip


More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4