天天看點

Windows 搭建Python 3.9 環境Windows 搭建Python 3.9 環境

Windows 搭建Python 3.9 環境

下載下傳

下載下傳位址:

https://www.python.org/downloads/windows/

選擇64系統安裝包:

Windows 搭建Python 3.9 環境Windows 搭建Python 3.9 環境

安裝

輕按兩下安裝

勾選自動配置環境變量,選擇自定義安裝(customize installation)

Windows 搭建Python 3.9 環境Windows 搭建Python 3.9 環境

選擇安裝内容

Windows 搭建Python 3.9 環境Windows 搭建Python 3.9 環境

自定義安裝路徑

Windows 搭建Python 3.9 環境Windows 搭建Python 3.9 環境

安裝完成

在最後的結束界面中,需要點選 disable path length limit,禁用系統的 Path 長度自動限制

Windows 搭建Python 3.9 環境Windows 搭建Python 3.9 環境

環境變量配置

安裝時候選擇了ADD Python 3.9 to PATH 則無需配置了

Windows 搭建Python 3.9 環境Windows 搭建Python 3.9 環境

驗證

Windows 搭建Python 3.9 環境Windows 搭建Python 3.9 環境
  • 出現以下内容表示安裝成功,若不成功,檢查環境變量配置
C:\Users\herion>python
Python 3.9.0 (tags/v3.9.0:9cf6752, Oct  5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>