在MacOS上安装Python3

时间:2012-09-06 05:05:39

标签: python macros python-3.x

我在macOS上安装了Python3。

通常我的所有python版本都存储在/System/Library/Frameworks/Python.framework

但python3复制在/Library/Frameworks/Python.framework

我该如何更改或使用python3?

2 个答案:

答案 0 :(得分:1)

您可以像任何其他python版本一样从终端调用它。

$ python3
Python 3.2.3 (v3.2.3:3d0686d90f55, Apr 10 2012, 11:25:50) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 

答案 1 :(得分:0)

安装/更新命令行工具

/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/Current/bin/python3
Python 3.7.3 (default, May 24 2019, 18:21:06)