Skip to content

Instantly share code, notes, and snippets.

@nulltask
Created January 29, 2012 14:32
Show Gist options
  • Save nulltask/1699062 to your computer and use it in GitHub Desktop.
Save nulltask/1699062 to your computer and use it in GitHub Desktop.
nave-env
export NODE_VERSION=0.6.12
export NAVE=$NODE_VERSION
export NAVEVERSION=$NODE_VERSION
export NAVE_DIR=~/.nave
export NAVE_ROOT=$NAVE_DIR/installed
export npm_config_binroot=$NAVE_ROOT/$NAVEVERSION/bin
export PATH=$NAVE_ROOT/$NAVEVERSION/bin:$PATH
export npm_config_manroot=$NAVE_ROOT/$NAVEVERSION/share/man
export NODE_PATH=$NAVE_ROOT/$NAVEVERSION/lib/node
export NAVELVL=1
export NAVE_SRC=$NAVE_DIR/src
export npm_config_root=$NAVE_ROOT/$NAVEVERSION/lib/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment