Mac 下 Python 环境部署

安装过程:

python hellow.py

你就会看到终端显示 hello word!. (注意这是 Mac 默认安装的 Python 版本).
如果需要使用你最新安装的 Python3 版本请使用 :

python3 hellow.py

如果你想进入 Python 终端直接输入 Python 语法:

ipython

上面已进入 Python 终端。这时候你可以输入任意相输入的 Python 命令啦!
例如:

hellow.py

以上就是我刚学 Python 接触的啦。大牛勿喷。我会坚持一步一个脚印写下去的。嘻嘻嘻?

本作品采用《CC 协议》,转载必须注明作者和本文链接
by JeffreyBool blog :point_right: link
JeffreyBool