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

后端 未结 6 2008

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:31

    Use Command+, to open the Preferences, and then make sure the Languages of Python3 have this:

    Right Run Command

    BTW, use which python3 to make sure the path is /usr/local/bin/python3 instead of /usr/bin/python3 to ensure safety

提交回复
热议问题