CentOS 安装 Node.js 0.8.5
安装 Node.js 前置作業
python -V
Python 2.4.3yum install -y bzip2*wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz
tar zvxf Python-2.7.3.tgz
cd Python-2.7.3
./configure
make && make installmv /usr/bin/python /usr/bin/python.bak
ln -s /usr/local/bin/python2.7 /usr/bin/python安裝 Node.js
安裝 NVM
HelloWorld
Last updated