About the installation of Python packages

Source: Internet
Author: User

Installation methods are similar in each environment, I use the Windows system, after installing Python, the Python installation directory and the installation directory under the scripts directory to join the environment variable PATH variable, if only one system user to use Python, System variables or user variables are available.

Take the Ipython package as an example, you can use the following 3 ways:

1. Command line execution: Pip install Ipython

2. Command line execution: Easy_install Ipython

3, if using the above method error, you can download. whl file to local, then command line execution: Pip install XX.WHL to install.

Download the IPYTHON-5.3.0-PY2-NONE-ANY.WHL to the local D:\Python27\Scripts directory, then cmd to open the command line,

If the local directory D:\Python27\Scripts has been added to the environment variable path variable, you can enter:

Pip Install IPYTHON-5.3.0-PY2-NONE-ANY.WHL

Otherwise you must enter the absolute path of the IPYTHON-5.3.0-PY2-NONE-ANY.WHL file, as follows:

Pip Install D:\PYTHON27\SCRIPTS\IPYTHON-5.3.0-PY2-NONE-ANY.WHL

About the installation of Python packages

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.