lehrkraefte:snr:informatik:glf22:python-schullaptops

This is an old revision of the document!


Python on Linux (insbesondere Schullaptops)

Im Terminal Python-Shell starten:python3 eingeben, falls python nicht funktioniert. Analog zum Ausführen von Python-Programmen.

Für turtle oder pygame brauche tkinter. Installation auf Linux-Schullaptops per sudo apt install python3-tk.

So ungefähr wie folgt vorgehen:

  • Gehe in's tech-lab home directory
  • rm -rdf *
  • rm -rdf .*
  • cp -r /etc/skel/ .
  • chown tech-lab *
  • chgrp tech-lab *
  • WLAN credentials löschen?
  • lehrkraefte/snr/informatik/glf22/python-schullaptops.1677258882.txt.gz
  • Last modified: 2023/02/24 18:14
  • by Olaf Schnürer