码迷,mamicode.com
首页 > Windows程序 > 详细

install pip on windows

时间:2014-08-21 00:04:33      阅读:324      评论:0      收藏:0      [点我收藏+]

标签:http   io   strong   ar   amp   new   ad   on   

    1. Download Setuptools and pip

You can download pip from github Setuptools from bitbucket
And confirm this aren’t harmful.


    1. Open Console

As an Admin, just open console in the download folder. And run,

python ez_setup.py
python get-pip.py

    1. Additional Recommend

New Binaries pip.exe and easy_install.exe will be find in the"%ProgramFiles%\PythonXX\Scripts" folder (vice versa)

 

Another way to installing pip on windows

    1. Download & Extract

Download pip version 1.2.1 from official pip site. After download just extract that.

 

    1. Change the Directory and Run

Change the directory to extracted folder. like,
cd <path to extracted folder>/pip-1.2.1

and Run with following code,
python setup.py install

install pip on windows,布布扣,bubuko.com

install pip on windows

标签:http   io   strong   ar   amp   new   ad   on   

原文地址:http://www.cnblogs.com/jmbkeyes/p/3925956.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!