如何在MacOS的VScode上安装Python3

Posted xe5xb0x8fxe7x86x8a

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在MacOS的VScode上安装Python3相关的知识,希望对你有一定的参考价值。

由于MacOS上的VScode默认安装的Python版本是2.7,所以需要我们自己手动安装Python3

安装Homebrew

Homebrew网站获取命令行

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

复制命令行到VScode终端执行,如果报错显示curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused就多执行几遍,因为https://raw.githubusercontent.com/Homebrew/install/master/install
这个链接时而能访问时而又不能,所以可以先多试试这个链接

安装中途会让输入Password,输入系统登录密码即可
安装会需要点时间,显示==> Installation successful!表示安装成功了

以上是关于如何在MacOS的VScode上安装Python3的主要内容,如果未能解决你的问题,请参考以下文章

在 Python3 MacOS 上安装 Cartopy 的问题

在 macOS Mojave 10.14.5 上安装 python3-pip / flask [重复]

在没有 GPU 支持的 MacOS 上安装 cupy

如何使用 M1 在 MacOS 上安装 h5py(Keras 需要)?

Python 2 和 Python 3 都安装在 MacOS 上,但 pip 命令安装库仅适用于 Python 3

macos catalina安装python3