python免费下载及安装_Python的下载及安装
Python下載可以在百度查找“Python下載”:
或者直接搜索此網址:https://www.python.org/getit/
在官網有python2和python3可供選擇,我下載的是python3:
下載完安裝包后開始安裝:
選擇Install Now那么就直接安裝:
如果選擇Customize installation則還可以選擇安裝工具和更改安裝路徑:
Optional Features
可選特性
Documentation
文檔
Installs the Python documentation file.
安裝Python文檔文件。
pip
皮普
Installs pip,which can download and install other Python packages.
安裝脈沖,可以下載并安裝其他Python包。
tcl/tk and IDLE
tcl / tk和閑置
Installs tkinter and the IDLE development environment.
開發環境安裝tkinter和閑置。
Python test suite
Python測試套件
Installs the standard library test suite.
安裝標準庫測試套件中。
py launcher ? ? ? for all users(requires elevation)
py發射器為所有用戶(需要高度)
Installs the global 'py' launcher to make it easier to start Python.
全球的py安裝發射器,讓它更容易啟動Python。
如果之前安裝的時候忘記勾選自動生成環境變量,那么還可以手動添加:
修改: ? ? 我的電腦/此電腦->右鍵屬性->高級系統設置->環境變量->系統變量中的PATH為:
設置好后,按win+R進入運行欄輸入cmd進入命令行后,輸入python或者python --version出現以下結果就是安裝成功了:
總結
以上是生活随笔為你收集整理的python免费下载及安装_Python的下载及安装的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux 安装RedisLive
- 下一篇: python使用git进行版本控制-分支