Direkt zum Inhalt Direkt zur Navigation

Veit Schiele Kommunikationsdesign

setuptools

Autor: Veit Schiele
Zuletzt verändert: 07.01.2009 12:26
Rechte: © Veit Schiele 2006–2009

setuptools ist eine Sammlung von Erweiterungen für Python distutils.

Download und Installation

$ cd /opt/python/Python-2.4.6/
$ mkdir Extensions 
$ cd Extensions 
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ /opt/python/Python-2.4.6/bin/python ez_setup.py
Wollen Sie setuptools zusammen mit Subversion 1.5 verwenden, so müssen Sie eine spezifische Version der setuptools verwenden::
$ /opt/python/Python-2.4.6/bin/easy_install setuptools==dev06