摘要:
https://nodejs.org/en/download/ 二进制安装 环境变量 查看环境变量 使用淘宝源 检测 附:源码安装 下载最新版本 解压 编译 安装 阅读全文
摘要:
```
# Install pip for 2.7 and then python 2.7 itself
sudo apt install python-pip
sudo apt install python2.7 # Install pip for 3.6
sudo apt install python3-pip
# Install currently supported by Ubuntu ... 阅读全文