Seite 1 von 1
Python Installation auf macOS
Verfasst: Mittwoch 29. April 2020, 12:59
von lorryglorry
Hallo,
ich versuche ganze Zeit Python 3.7 auf meinem Mac zu installieren, um mit jupyter lab zu arbeiten.
Das Problem ist aber das Mac ja schon Python vorinstalliert hat aber 2.7 soweit ich mich erinner.
Könnte mir jemand sagen, wie ich das änder
Am Besten step by step

Re: Python Installation auf macOS
Verfasst: Mittwoch 29. April 2020, 13:53
von __deets__
Gar nicht. Du installierst einfach das gewuenschte Python. Das laeuft parallel. Und das originale packst du nicht an, sonst machst du dir dein System kaputt.
Re: Python Installation auf macOS
Verfasst: Mittwoch 29. April 2020, 14:53
von lorryglorry
habe ich gemacht aber wenn ich mir jetzt jupyter lab heruntergeladen habe und öffnen wollte wurde mir diese Meldung angezeigt: "zsh: command not found: jupyter" und mir wurde gesagt das liegt an dem, dass ich Python 2 habe und das ändern soll.
Re: Python Installation auf macOS
Verfasst: Mittwoch 29. April 2020, 15:01
von __blackjack__
@lorryglorry: Was heisst „jupyter lab heruntergeladen“? Was genau hast Du gemacht? Das müsstest Du *installieren*. Für die Python-Version mit der das ausgeführt werden soll. Also nicht für Python 2. An dem musst Du aber auch nichts ändern. Das kann bleiben wo es ist.
Re: Python Installation auf macOS
Verfasst: Mittwoch 29. April 2020, 15:18
von lorryglorry
ich habe sudo pip3 Install -U jupyterlab eingegeben und die software heruntergeladen und danach sollte es sich ja im Terminal öffnen sobald ich jupyter lab eingegeben habe, aber stattdessen erhalte ich die Meldung die schon oben steht...
Re: Python Installation auf macOS
Verfasst: Mittwoch 29. April 2020, 16:36
von __blackjack__
@lorryglorry: Und die Installation hat geklappt?
Re: Python Installation auf macOS
Verfasst: Mittwoch 29. April 2020, 19:40
von lorryglorry
ja wurde erfolgreich installiert...