Created
October 30, 2015 11:00
-
-
Save rodrigograca31/b887897cb7743640b87f to your computer and use it in GitHub Desktop.
Install node on Raspberry Pi 2 B
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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