linux下Node.js安装
Posted Mr.Yan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux下Node.js安装相关的知识,希望对你有一定的参考价值。
首先安装python2.7
wget -c https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz tar -xzvf Python-2.7.9.tgz ./configure make make install
查看python 版本 python安装地点
python --version which python
其实ubuntu自己集成了python2.7.12
node.js安装
sudo apt-get install nodejs sudo apt-get install npm
node版本查看
node --version
以上是关于linux下Node.js安装的主要内容,如果未能解决你的问题,请参考以下文章