G
Gilles Ganault
Hello
I need to compile Python with the packages "socket,sys,time,os", but
I've never done it before, and would like confirmation that this will
work as planned:
======
make clean
../configure --with-socket --with-sys --with-time --with-os
make
make install
======
In addition, are there recommended switches I should know about?
Incidently, is there an equivalent to PHP's phpinfo() to check what
packages Python provides on a host?
Thank you.
I need to compile Python with the packages "socket,sys,time,os", but
I've never done it before, and would like confirmation that this will
work as planned:
======
make clean
../configure --with-socket --with-sys --with-time --with-os
make
make install
======
In addition, are there recommended switches I should know about?
Incidently, is there an equivalent to PHP's phpinfo() to check what
packages Python provides on a host?
Thank you.