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"

 

posted @ 2017-09-03 17:19  Bob-wei  阅读(636)  评论(0编辑  收藏  举报