How do I make Python 3.5 my default version on MacOS?

后端 未结 7 2265
迷失自我
迷失自我 2020-12-28 10:46

I have just installed Python 3.5.1 on my Mac (running the latest version of OSX). My system came with Python 2.7 installed. When I type IDLE at the Terminal pro

7条回答
  •  温柔的废话
    2020-12-28 11:06

    You can use the python3 command (instead of using python), or you can simply uninstall the 2.7 version if you don't use it

提交回复
热议问题