compiling python with unix
Cameron Laird
claird at lairds.com
Fri Jun 4 09:36:38 EDT 2004
More information about the Python-list mailing list
Fri Jun 4 09:36:38 EDT 2004
- Previous message (by thread): compiling python with unix
- Next message (by thread): compiling python with unix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <40c033e0$0$2277$afc38c87 at news.easynet.fr>, RosalieM <NOSPAM at easyconnect.fr> wrote: >I would like to understand what python needs to work on unix. >And to understand how i can make it smalest possible? >I dont understand at all setup. > >I searched in python.org and in sources but it is not clear at all for me. > >Can python run with a posix C compiler and minix or something like that ? . . . There are probably simple answers to your questions. It might take a bit of conversation before we understand each other's language. Most Unix host nowadays install with Python already present. Under MacOS and nearly all Linux distributions, for example, I can type at the command line, and receive responses: # python Python 2.3 (#1, Sep 13 2003, 00:49:11) [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> 3 + 8.5 11.5 >>> print("Hello, world.") Hello, world. Is that the sort of information you seek? If you prefer, fr.comp.lang.python is also available as a Usenet newsgroup. -- Cameron Laird <claird at phaseit.net> Business: http://www.Phaseit.net
- Previous message (by thread): compiling python with unix
- Next message (by thread): compiling python with unix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list