Installation de Scratch 3 en local

(pour dépanner en cas d’internet en rade)

La version 3 de Scratch n’est pas encore disponible en version autonome pour les poste GNU/Linux.
En attendant on peut la faire fonctionner avec la procédure suivante.


https://mathix.org/linux/archives/12265

Récupération de la version de l’académie de Grenoble

http://www.ac-grenoble.fr/maths/scratch/

DIR=~/Bureau
cd $DIR && wget www.ac-grenoble.fr/maths/scratch/scratch.zip
unzip scratch.zip -d scratch

Lancer

DIR=~/Bureau
cd $DIR/scratch/ && python3 -m http.server 8000
firefox http://127.0.0.1:8000/

Faire un lanceur

[Desktop Entry]
Exec=konsole –workdir “~/Bureau/scratch/” -e “python3 -m http.server 8000” & sleep 1 && firefox http://127.0.0.1:8000/
Icon=/opt/scratch-icon.png
Name[fr_FR]=Scratch 3 local
Name=Scratch 3 local
StartupNotify=true
Terminal=false