Skip to content

Instantly share code, notes, and snippets.

@jcpst
Created October 15, 2015 02:37
Show Gist options
  • Select an option

  • Save jcpst/00d6685c5a2dd48f55a0 to your computer and use it in GitHub Desktop.

Select an option

Save jcpst/00d6685c5a2dd48f55a0 to your computer and use it in GitHub Desktop.
build node.js on arch linux
mkdir -p ~/bin/
ln -s $(which python2) ~/bin/python
export PATH=~/bin/:$PATH
./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment