在 macOs Mojave 10.14.5 上安装 python3-pip / flask

Installing python3-pip / flask on macOs Mojave 10.14.5

我正在尝试在我的 Mac 上安装 Flask,但在第一步安装 python3-pip 时遇到了困难。作为参考,我正在使用本教程:http://www.youtube.com/watch?v=zRwy8gtgJ1A&t=5m0s

sudo apt-get install python3-pip
sudo: apt-get: command not found

提前致谢。

Mac OS 在终端中没有 apt-get。关注 this guide for directions on how to install pip on mac. You can also reference this stack overflow question