Home - dtredger/RaspberryPI GitHub Wiki

Welcome to the RaspberryPI wiki!

Linux Quick-Start

Arduino Sensor walkthrough *deprecated

Creating Environment Variables (Linux/OSX)

  • The printing command will show you all your environment variables To create a new Environment variable (or reset an existing one):
  • export VARIABLE=value Environment variables seem to be usually UPPER_CASE to print out a specific variable:
  • echo $variable