[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] python
- Subject: RE: [cobalt-users] python
- From: "Bob Noordam" <bno@xxxxxxxxx>
- Date: Wed Aug 13 04:51:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> MensajeSomebody has updated python on cobalt 550? Some problems? How i can
> do it?
>
>
> alex
>
Preparing
Download the python 2.3 sourcecode tarball (www.python.org)
Upload the file to your server using FTP
Copy the file to the /root directory
Compiling
type cp /usr/local/bin/python /usr/local/bin/python.backup to create a
backup copy of your current python, so you can roll back if things go wrong.
(550 has standard version 2.0)
type; cd /root
type; tar -xvzf Python-2.3.tar to uncompress and unpack the archive
type cd Python2-3
type; ./configure
type; ./make to build the actual programms
type; make install to move files into place (replacing your current
version)
I noticed no side effects, BUT i only use python for one single application.
Bob.