一、首先進入python3命令執行
命令工具輸入:
python3
二、執行import引入擴展並查看所在path
命令工具輸入:
import sys
sys.path
三、復制出實際目錄並跳轉到該目錄
實際路徑應該是:cd /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7
OK,這時候咱們找到了實際的python3目錄。
This article is Python visuali
Today, Xiaobian comes to chat