[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] python
- Subject: Re: [cobalt-users] python
- From: "alex" <alex@xxxxxxxxxxxxxxxxx>
- Date: Wed Aug 13 05:19:14 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Thanks, i'll try this
----- Original Message -----
From: "Bob Noordam" <bno@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, August 13, 2003 1:46 PM
Subject: RE: [cobalt-users] python
>
> >
> > 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.
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>