1. 程式人生 > >python3 on macos with vscode

python3 on macos with vscode

cnblogs ins vscode pep bre mac -m span top

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