Matplotlib Python installieren

M

mahed

Aktives Mitglied
Thread Starter
Dabei seit
26.03.2006
Beiträge
411
Reaktionspunkte
1
Hallo Leute
Ich hab auf dem Mac Python 2.5, 2.6 und 3.2 installiert.
Code:
[B]work @ ~ $ python[/B]
Python 2.6.1 (r261:67515, Feb 11 2010, 15:47:53) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
[B]work @ ~ $ python2.5[/B]
Python 2.5.4 (r254:67916, Feb 11 2010, 15:47:06) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
[B]work @ ~ $ python3[/B]
Python 3.2 (r32:88452, Feb 20 2011, 11:12:31) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
work @ ~ $
Wenn ich den Installer von Matplotlib starte, heisst es, es benötigt Python 2.6.
Wie krieg ich hin, dass der Installer schnallt, dass das vorhanden ist?

Danke für Hinweise.
 
Entweder setzt du manuell neue Symlinks nach /usr/local/bin/ oder nutzt pythonselect um deine Standard-Python-Installation zu ändern.
 
ich würde davon ausgehen dass irgendetwas anderes fehlt. Py26 ist default. Was passiert wenn du den Installer von der Konsole aus startest?
 
Zurück
Oben Unten