Skip to content

Instantly share code, notes, and snippets.

@timoxley
Created May 15, 2011 15:28
Show Gist options
  • Save timoxley/973240 to your computer and use it in GitHub Desktop.
Save timoxley/973240 to your computer and use it in GitHub Desktop.
nodejs friendly .bash_profile
PATH=$PATH:/usr/local/share/npm/bin
PATH=/usr/local/bin/:$PATH
PATH=/usr/local/sbin:$PATH
export PATH
export NODE_PATH="/usr/local/lib/node"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment