首页 > 代码库 > Ubuntu安装Python2.7,nodejs

Ubuntu安装Python2.7,nodejs

安装Python2.7

sudo add-apt-repository ppa:fkrull/deadsnakes-python2.7
sudo apt-get update
sudo apt-get install python2.7

$ sudo apt-get install python-pip

 

安装nodejs

sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm

 

root账号下运行Chrome

cd /opt/google/chrome

gedit google-chrome

技术分享

Ubuntu安装Python2.7,nodejs