Skip to content

Instantly share code, notes, and snippets.

@Noitidart
Created July 10, 2018 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Noitidart/3aae187033a1deb5e4effe3dff69d890 to your computer and use it in GitHub Desktop.
Save Noitidart/3aae187033a1deb5e4effe3dff69d890 to your computer and use it in GitHub Desktop.
~/.bash_profile
open ~/.bash_profile
brew link node@8
brew link node
cat ~/.bash_profile
echo 'export PATH="/usr/local/opt/node@8/bin:$PATH"' >> ~/.bash_profile
ls /usr/local/opt/node\@8/bin/
vim ~/.bash_profile 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment