Ubuntu安装Python2.7,nodejs

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章

nodejs mongoose安装问题

如何在 Ubuntu 20.04 中为 Python2.7 安装 pip

如何卸载nodejs sqlserver

ubuntu下opencv 3.0和python2.7安装测试

ubuntu14.04 python2.7安装MySQLdb

ubuntu 14.04 python2.7.9 缺少zlib模块