Quick Win8 install Python from scratch until the Paramiko module is installed.

Source: Internet
Author: User

Fast on the fast, slow official resource links are replaced by the domestic, so download installs much faster.

Re-install Python, it's also a good exercise for yourself!

1. Install python27, do not go to official website, the official website is too slow, go http://rj.baidu.com/search/index/?kw=python%25202.7 next

The Python installation path is then added to the system variable, and the next script directory is added to make it easy to use PIP.

2. Install Pip

Win8 has PowerShell, it's much simpler,

PowerShell run:

(Invoke-webrequest https://bootstrap.pypa.io/ez_setup.py). Content | Python-

The Easy_install is ready for installation.

And then

Easy_install pip

or from https://pypi.python.org/packages/source/p/pip/pip-6.0.8.tar.gz#md5=. 2332e6f97e75ded3bddde0ced01dbda3 download pip source code yourself setup.py Install

Finally, the user directory is newly named Pip folder with a new file named pip.conf

Inside the content:

[Global]index-url = Http://pypi.douban.com/simple

To use the watercress source instead of the official one slow

3. Installing the Paramiko module

Start with a compilation environment

Download http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266

But the download speed is slow, with the network disk offline seconds, from the network disk will be faster.

Once the download is installed, the PIP Install Paramiko,paramiko module is ready to install.

Quick Win8 install Python from scratch until the Paramiko module is installed.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.