Skip to content

Instantly share code, notes, and snippets.

@djensen47
Created June 8, 2015 04:33
Show Gist options
  • Save djensen47/41aa6e87955e23a4cc37 to your computer and use it in GitHub Desktop.
Save djensen47/41aa6e87955e23a4cc37 to your computer and use it in GitHub Desktop.
Copy nvm node binary to /usr/local
n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment