FARSIGHT Tutorials/Building Software/Installing Python

From FarsightWiki
(Difference between revisions)
Jump to: navigation, search
(New page: = Overview = You need a python to be installed Version 2.5 (maybe 2.6 ??) = Download & Install = == Linux == * Install the package == Mac == == Windows ==)
 
(Linux)
 
(5 intermediate revisions by one user not shown)
Line 3: Line 3:
 
You need a python to be installed
 
You need a python to be installed
  
Version 2.5 (maybe 2.6 ??)
+
Version 2.5 is known to work fine with ITK Wrapping.
  
 
= Download & Install =
 
= Download & Install =
Line 9: Line 9:
 
== Linux ==
 
== Linux ==
  
* Install the package
+
Install the package "python-dev" using your favorite package manager
  
 +
For example, in Debian/Ubuntu you can do
 +
 +
  sudo apt-get install python-dev
  
 
== Mac ==
 
== Mac ==
 +
 +
Download the installation file from
 +
 +
* http://www.python.org/download/mac/
  
 
== Windows ==
 
== Windows ==
 +
 +
Download and install from
 +
 +
* http://www.python.org/download/windows/

Latest revision as of 16:06, 2 May 2009

Contents

Overview

You need a python to be installed

Version 2.5 is known to work fine with ITK Wrapping.

Download & Install

Linux

Install the package "python-dev" using your favorite package manager

For example, in Debian/Ubuntu you can do

  sudo apt-get install python-dev

Mac

Download the installation file from

Windows

Download and install from

Personal tools