Raspbian is a version of [[Debian]] for the Raspberry Pi. It is possible to install sugar on Raspbian.
Raspbian is a version of [[Debian]] for the Raspberry Pi. It is possible to install sugar on Raspbian.
+
+
== Turtle Art/Blocks ==
+
+
You can download [[Activities/Turtle Art]] and access it through the LXDE interface. You can either download it through the package manager (and get an old version):
+
+
sudo apt-get install sugar-turtleart-activity
+
+
Or get the latest using git:
+
+
git clone github.com/walterbender/turtleart
+
cd turtleart
+
+
And use the following to start Turtle Art:
+
+
python turtleblocks.py
+
+
NOTE: you may encounter an error related to the ''summary'' field in the activity.info. If so, open the ''activity/activity.info'' file and move the ''summary'' field from the bottom of the file, to being the line below the ''title'' field