473,473 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

New to unix/python. How to install

Hi,

Please excuse what is probably a completely newbie question, but my
situation is as follows.

I'm a windows/.NET developer but have now been asked to take over part
of the project which is written in python and runs on Unix.

I've muddled through the python code and figured out parts of it. I've
now installed Sun Solaris 10 on a VM ware installation successfully
and can muddle thorough the basics of the o/s. I cant figure out how
to install python. From looking online I've found what I think I need:

- python-2.3.3-sol9-intel-local
- libgcc-3.3-sol10-intel-local

I know the python looks like from only v9 of solaris but it was within
a sol10 package I found online.

From what I understand, I need the "libgcc" to compile the python
intstall. I cant figure out how to install them both however. Could
any kind souls please lend a hand. It would be much appreciated.

Either post here or pm me.

Regards

Bobby
bo*********@ntlworld.com
Jul 18 '05 #1
1 1530
On Sun, Feb 06, 2005 at 01:42:22PM -0800, Bobby Owens wrote:
I've muddled through the python code and figured out parts of it. I've
now installed Sun Solaris 10 on a VM ware installation successfully
and can muddle thorough the basics of the o/s. I cant figure out how
to install python. From looking online I've found what I think I need:

- python-2.3.3-sol9-intel-local
- libgcc-3.3-sol10-intel-local


I wouldn't worry about these binary packages. Usually under solaris compiling
the source works fine. Download the source from this page:
http://www.python.org/download/

It comes as a gzipped tar file. You can unpack it by issuing the command:

gunzip -c Python-2.4.tgz | tar xvf -

Change into the Python-2.4 directory and run the commands:

../configure
make

as "root" run the command:

make install

Python should install into /usr/local. The python interpreter should be
/usr/local/bin/python. Since python is written in C, you do not need to use the
Gnu C compiler to compile it, ./configure should find an appropriate C
compiler, and everything should work fine. Feel free to reply if this series of
steps does not work.

Good luck,

Chris
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Mike Maxwell | last post by:
First, apologies if this is not the appropriate newsgroup (and let me know what would be a better group). I downloaded the Python 2.3.3, did the ./configure and make routine. 'configure' seems...
4
by: RosalieM | last post by:
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...
1
by: Neil Zanella | last post by:
Hello, What is the best way to install a python application under Unix. Since python modules are platform independent I would guess these should be placed under an application specific directory...
10
by: Kotlin Sam | last post by:
For a while at least I have to work in Windows rather than UNIX, which is more familiar. I'm trying to do with Python some of the things that I've done for years in shell, in particular, sort. The...
2
by: timdoyle05 | last post by:
Hi, I have a question relating to how Unix commands can be issued from Python programs. Im am currently writing a large test script in python and I need this script to call three other separate...
0
by: AIM | last post by:
Hi all, I have a general question and some advice is needed. Over time, I am running into python modules with setups that are just made for linux/unix. I have python installed on windows. ...
4
by: Simon | last post by:
I installed the source code on unix for python 2.5.1. The install went mainly okay, except for some failures regarding: _ssl, _hashlib, _curses, _curses_panel. No errors regarding sqlite3....
4
by: stuntgoat | last post by:
Hi, I want to start using Python 2.6 and 3000. I have several questions. What, in your experiences, is a functionally elegant solution to installing 2.6 and 3 from source without breaking...
4
by: gaurav kashyap | last post by:
Dear all, I am using Microsoft Windows XP.Using putty.exe,I connected to LINUX server and a terminal window gets opened.Here i logeed in as root. What i want to do is open another terminal...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.