MacOs

Brew 管理指令 学习记录

Brew: MacOs 的包管理工具 brew update brew list: view all installed package brew install [packageName] brew uninstall [packageName], brew remove [packageName] brew services list brew service start [serviceName] brew service stop [serviceName] List all installed packages ls /usr/local/Cellar/ ls -l /usr/local/opt/ Reference: Homebrew Documentation How to install PostgreSQL on a Mac with Homebrew

Mac 上对 python 的版本管理

How to install python3.7 on a mac (mojave using homebrew How to Manage Multiple Python Versions in MacOS. (2021 Guide) Install, Uninstall, and Manage Multiple Version of Python on a Mac