centOS Install Guide

2017-10-17

安装Node

curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs

Git

在 CentOS 中安装 Git

yum install git
sudo yum install python-software-properties
sudo yum install software-properties-common 

Python

在乌班图中安装python

sudo yum install python-pip
Go Back

随便看看 :D