码迷,mamicode.com
首页 > 编程语言 > 详细

(未解决)WIN8下使用POWERSHELL安装python easy_install无法成功

时间:2014-05-12 14:10:29      阅读:433      评论:0      收藏:0      [点我收藏+]

标签:class   tar   c   ext   http   int   

按照https://pypi.python.org/pypi/setuptools#windows-8-powershell介绍的方法, 安装未成功。安装似乎没有启动, 也未安装成功。

Windows 8 (Powershell)

For best results, uninstall previous versions FIRST (see Uninstalling).

Using Windows 8 or later, it‘s possible to install with one simple Powershell command. Start up Powershell and paste this command:

> (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python -

You must start the Powershell with Administrative privileges or you may choose to install a user-local installation:

> (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python - --user

If you have Python 3.3 or later, you can use the py command to install to different Python versions. For example, to install to Python 3.3 if you have Python 2.7 installed:

> (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | py -3 -

The recommended way to install setuptools on Windows is to download ez_setup.py and run it. The script will download the appropriate .egg file and install it for you.

Once installation is complete, you will find an easy_install program in your Python Scripts subdirectory.  For simple invocation and best results, add this directory to your PATH environment variable, if it is not already present. If you did a user-local install, the Scripts subdirectory is $env:APPDATA\Python\Scripts.

(未解决)WIN8下使用POWERSHELL安装python easy_install无法成功,布布扣,bubuko.com

(未解决)WIN8下使用POWERSHELL安装python easy_install无法成功

标签:class   tar   c   ext   http   int   

原文地址:http://www.cnblogs.com/zhang-pengcheng/p/3720157.html

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