Python External module installation

Source: Internet
Author: User

1, first install Easy_install

Installing Easy_install is relatively straightforward, and if you configure Yum, you can search directly for Python-setuptools

Yum Install Python-setuptools-y

After installing Python-setuptools, you also need to install Python-devel

Yum Install Python-devel-y

You can then use Easy_install to install a variety of Python software or extensions

2. Install Pip

Easy_install pip

3. Install Python's various modules via PIP

PIP search psutil #搜索模块 use pip install psutil #安装psutil模块pip Uninstall Psutil When we are unsure of the module name #移除psutil模块



This article is from the "Cold Bamboo" blog, please be sure to keep this source http://dawnss.blog.51cto.com/9161597/1725404

Python External module installation

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.