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的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Ubuntu 20.04 中为 Python2.7 安装 pip
ubuntu下opencv 3.0和python2.7安装测试