【发布时间】:2023-03-10 02:14:01
【问题描述】:
由于想要重新开始,我最近卸载并重新安装了 VS Code。但是,现在 VS Code 说 python3 在 Library/Frameworks 下...而 python 在 /usr/bin/python 下。在终端中,对于which python 和which python3,它们都是/usr/bin/python 和/usr/bin/python3。为什么会有差异?
要卸载 VS Code(在 Mac 上),我首先删除了应用程序并将其从垃圾箱中删除。然后我按照命令集here。然后像往常一样重新安装它。
【问题讨论】:
标签: python visual-studio-code terminal