学习环境部署

学习环境部署

环境

  • macOS (苹果系统)
  • Ubuntu(Linux 系统)
  • Windows 10 x64

所有使用到的软件 百度云盘共享地址:链接: https://pan.baidu.com/s/1kVMwLb_CvYJZvuAT9JrFPA 提取码: 6t1r

因为网络原因,国外网站下载速度慢。

macOS 初始化

安装 Homebrew 工具

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装常用工具

brew install vim git

Ubuntu 初始化

安装常用工具

apt install -y lrzsz vim git

Linux使用lrzsz上传下载文件

Windows 初始化

安装 Chocolatey

  1. 打开 powershell

  2. 安装 Chocolatey Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

安装 Docker

安装 MySQL、phpMyAdmin 和 Redis

安装 Python 和 PyCharm

安装 Appium

配置 Selenium