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

后端 未结 6 2009

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

    Try changing Python's "run command" in the preferences to:

    python3 $filename;
    

提交回复
热议问题