我無法弄清楚為什麼在安裝版本 3.7.7 時運行 python 版本 2.7.16?

我無法弄清楚為什麼在安裝版本 3.7.7 時運行 python 版本 2.7.16?

WARNING: Python 2.7 is not recommended. This version is included in macOS for compatibility with legacy software. Future versions of macOS will not include Python 2.7. Instead, it is recommended that you transition to using 'python3' from within Terminal.

Python 2.7.16(默認,2020 年 2 月 29 日,01:55:37)[GCC 4.2。

答案1

也許你兩者都有,試試這個

~> python --version
Python 2.7.17

~> python3 --version
Python 3.6.9

此外,由於二進位和庫路徑等原因,軟體已安裝在某些 /usr/local 路徑中並不一定意味著它將被使用。

您在此處貼上的第一條錯誤訊息建議that you transition to using 'python3' from within Terminal.

相關內容