Only one small issue now; upon installing python-pip as per the instructions, Python now defaults to v2.7 instead of 3.3. Any way to change the default version??
Hi guys, just got my RPi up and running recently and am using it as a temperature logger. Currently I have a python script that writes out the temperature data, time and date to a file line by line. However, I'd really like to be able to monitor this when I'm not at home. Is there any way to graph a...