I recently uninstalled and re-installed VS Code due to wanting a fresh start. However, now VS Code says python3 is under Library/Frameworks... and python is under /usr/bin/python
. In the terminal these are both /usr/bin/python
and /usr/bin/python3
for which python
and which python3
. Why the difference?
To uninstall VS Code (on a mac) I first deleted the application and removed it from trash. Then I followed the set of commands here. Then re-installed it like normal.