On Fri, Dec 21, 2012 at 9:11 AM, Jack Silver wrote:
> On the first one (the server), I want to build install python 3.3.0 in a
> shared filesystem and access it from the second one (the client).
Correct me if I'm wrong, but my understanding of your description is this:
System #1 ("server"): Full
. I just want to install python on this filesystem and
anything else.
I would like to know what are the build and runtime dependencies that
are needed on both machine.
My understanding is that the core CPython interpreter only needs a C
compiler to be built. For the extension modules, I think
ber of software installed.
> I just want to install python on this filesystem and anything else.
>
> I would like to know what are the build and runtime dependencies that
> are needed on both machine.
>
> My understanding is that the core CPython interpreter only needs a C
>
On Thursday, December 20, 2012 2:11:45 PM UTC-8, Jack Silver wrote:
> I have two Linux From Scratch machine.
> Hence, I do not need to install all those libraries on the client machine.
> Right ?
It depends on what the client needs. For example if you use zlib compression in
the protocol, you'll
filesystem and anything else.
I would like to know what are the build and runtime dependencies that are
needed on both machine.
My understanding is that the core CPython interpreter only needs a C
compiler to be built. For the extension modules, I think that only the
development headers of some