nodejs 安装 及模块库
1.安装python
wgethttp://python.org/ftp/python/2.7.2/Python-2.7.2.tgz
tar-zxvfPython-2.7.2.tgz
cdPython-2.7.2
./configure--prefix=/usr/local/python27
make
makeinstall
mv/usr/bin/python/usr/bin/python_old
ln-s/usr/local/python27/bin/python/usr/bin/
2.下载sourcecodehttp://nodejs.org/download/
tar-zxvfnode-v0.10.26.tar.gz
./configure
make
makeinstall
3.安装npm包
npminstall包名,将包安装到当前目录下