Install vscode shell cmd

2022-07-06

On the latest macOS, can not launch Visual Studio Code from command line due to the lack of python command.

% code .
/usr/local/bin/code: line 6: python: command not found
/usr/local/bin/code: line 10: ./MacOS/Electron: No such file or directory

I've fixed the problem by editing /usr/local/bin/code directly.

python -> python3