python
Downloading and Installing Python
Submitted by GeorgeS on Sat, 10/03/2009 - 17:58Python can be downloaded from http://python.org
For unix platforms download the .tgx file , extract the files and go to the main directory. Build Python by performing the following:
- ./configure
- make
- make install
Python is usually installed in a standard location so you can find it rather easily. It has become quite common place for systems today to have multiple versions of Python installed. While it is easy to find the binary executable, you also have to deal with where the libraries are installed.
»
- GeorgeS's blog
- Login or register to post comments
- Read more