fr  en

Python installation

This page describes how to set up a python scientific environment on GNU/Linux, Mac OS X and Window XP/7 based on the version 2.5, 2.6 or 2.7 of python. The following libraries and utilities will be installed:

Notes

GNU/Linux

Install usual python libraries and useful packages

  • Ubuntu:
    >>> $user@ubuntu-box: sudo apt-get install ipython python-numpy python-matplotlib python-scipy
    >>> $user@ubuntu-box: sudo apt-get install build-essential gfortran python-dev xorg-dev libatlas-base-dev
  • Fedora:
    >>> #root@fedora-box: yum install ipython numpy python-matplotlib scipy
    >>> #root@fedora-box: yum install gcc gcc-gfortran libX11-devel

NOTE: dependencies include atlas, libgfortran, numpy-f2py

Install stsci_python

Mac OS X Intel

Install stsci_python

Windows XP/7

Install Python(x,y)

Install stsci_python

JulienMorin - 04 Nov 2011