Änderungen
Aus Hackerspace Ffm
/* Software für Pythonentwicklung */
= Software für Pythonentwicklung =
== Python3 installieren ==
=== Windows ===
=== MacOS ===
Python2.7 ist bei halbwegs aktuellen Systemen schon da, aber nicht python3 und auch kein pip. [https://brew.sh Homebrew] scheint hier ein gutes Mittel python3 und gleich pip3 in einem Abwasch zu installieren. Dazu erst Homebrew installieren, dann python3 via <code>brew install python3</pre>.
=== Raspbian ===
Unter einem aktuellen Raspbian (Stretch) ist python3 und pip3 normalerweise bereits installiert. Ansonsten hilft für pip3 <code>sudo apt-get install python3-pip</code>
=== Debian apt basierte Linux Systeme (...buntu etc) ===
Auch hier ist python3 und pip3 oft schon installiert. Ansonsten hilft hier ein <code>apt
== Python Interaktive Shell ==