Skip to content

Instantly share code, notes, and snippets.

@rodrigograca31
Created October 30, 2015 11:00
Show Gist options
  • Save rodrigograca31/b887897cb7743640b87f to your computer and use it in GitHub Desktop.
Save rodrigograca31/b887897cb7743640b87f to your computer and use it in GitHub Desktop.
Install node on Raspberry Pi 2 B
uname -a
wget https://nodejs.org/dist/v5.0.0/node-v5.0.0-linux-armv7l.tar.gz
tar -xvzf node-v5.0.0-linux-armv7l.tar.gz
ls -la
cd node-v5.0.0-linux-armv7l/bin/
pwd
echo 'export PATH=/home/pi/node-v5.0.0-linux-armv7l/bin:$PATH' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment