python3 on macos with vscode
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3 on macos with vscode相关的知识,希望对你有一定的参考价值。
brew install python3 python3 -m pip install pylint python3 -m pip install autopep8 python3 -m pip install Flask vscode 用户设置中添加: "python.pythonPath": "python3"
以上是关于python3 on macos with vscode的主要内容,如果未能解决你的问题,请参考以下文章
在 mac 上为 python 3.6 安装 opencv3
当另外两个 2.X 也在 MacO 上时,如何将第三方库安装到 Python 3.X? [复制]