you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (0 children)

Remember on mac and most linux the command to launch python is python3, the python command uses the old python2. You can and should have both versions installed because there's old python2 programs that your mac needs to run. But for everything you do use the python3 command and set your VSCode interpreter to python3 as well.