Coderunner uses old 2.71 version of Python instead of 3.2 on OSX 10.7.5

后端 未结 6 2005

I am trying to use the newer version of Python but when I type:

    import sys
    print sys.version_info

I get back:

    s         


        
6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-05 09:34

    For the latest vscode you need to go to settings (shift+command+p) and override python interpreter value.

提交回复
热议问题