Python根目錄
- D:\software\python3.7.9
Windows命令列
- 磁碟機代號: 切換磁碟機代號
- dir 檢視該目錄下所有檔案
- cd 目標路徑
- cd.. 返回上一級目錄
PyCharm
Python直譯器位置
- D:\software\python3.7.9\python.exe
專案儲存位置
- D:\project\PyCharm_project
pip安裝源
- 安裝源路徑修改
在C:\Users\56297\AppData\Roaming\pip建立pip.ini檔案用記事本開啟並填入以下內容:
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com - 安裝源路徑臨時修改
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple 庫名稱