freeCodeCamp/guide/chinese/miscellaneous/installing-devtools-and-mod.../index.md

1.7 KiB
Raw Blame History

title localeTitle
Installing Devtools and Modern Web Browsers 安装Devtools和现代Web浏览器

我们将向您展示如何在Ubuntu上安装各种编程语言开发工具和Web浏览器。

广泛使用的工具:

混帐

sudo apt-get install git 

节点JS

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash 
 nvm install stable 

红宝石

curl -sSL https://get.rvm.io | bash -s stable 
 rvm install 2.3.1 

蟒蛇

Python 2Python 3预先安装在Ubuntu桌面上。

现代Web浏览器

开发人员使用的最流行的Web浏览器是Chrome / ChromiumFirefox Developer Edition

安装Chromium

sudo apt-get install chromium-browser 

安装Firefox Developer Edition

sudo add-apt-repository ppa:ubuntu-mozilla-daily/firefox-aurora 
 sudo apt-get update 
 sudo apt-get install firefox 

:point_left:上一页| :book::book: |下一个:point_right:
爵士乐终端 | 目录 | 下载文本编辑器和IDE