vscode中的python.pythonPath更改为自己选定的版本,但是并没有按照写的版本去执行。
python.pythonPath
然后在.zshrc中添加了
alias python=/usr/local/bin/python3
就Ok了!
mac vscode python版本切换问题
原文:https://www.cnblogs.com/mephisto03/p/12313265.html