首页 > 代码库 > python--交互式解释器

python--交互式解释器

安装

python2

brew install python

 

查看python2安装路径

whereis python    #/usr/bin/python

 

 

python3

brew install python

 

终端键入python或者python3,即可运行interpreter

 

安装homebrew,参考:安装node.js

python--交互式解释器