安裝python pip工具

2021-08-14 07:13:58 字數 312 閱讀 4185

新增環境變數到path     

%python36_path%; %python36_path%/script;

2、測試是否安裝了pip,如果沒有安裝,需要用easy_insall命令。 

easy_install.exe 在%python36_path%/script資料夾中,新增到path中後,  但是還是無法呼叫裡面的pip命令

3、切換到script資料夾裡後,ctrl+右鍵,新建命令視窗,  easy_install pip,完成pip的安裝,安裝完成後,在cmd視窗輸入pip進行測試。

%python36_path%;

Python pip工具安裝各種庫

windows 使用者 windows r 輸入cmd或powershell 然後輸入下面 注意 中的x是你要的庫名 pypi.tuna.tsinghua.edu.cn x一些常用庫如下 python 安裝 opencv pypi.tuna.tsinghua.edu.cn opencv python...

Win7下安裝Python pip工具

很多python的工具包的安裝,用乙個pip install 就可以了,看得我這個暈啊。於是搞了好幾個小時,終於明白了pip 和easy install distribute 一樣,是安裝python工具包的便捷管理工具。這幾個管理工具的關係在 可以看到distribute是setuptools的取...

python pip 庫安裝總結

本地安裝時需要注意的是第三方庫匹配的問題 例如出現opencv python 2.4.13 cp27 cp27m win amd64.whl is not a supported wheel on this platform.需要檢視pip所支援的格式,來自 import pip.internal ...