Mac OS X Mount Pip, Ipython__python

Source: Internet
Author: User

Mac has come with Python, my Mac system is Yosemite, and the Python version is 2.7.10.

But Ipython to install themselves, there are many ways online, but there is not a simple and can quickly solve the problem. I will install the Ipython on my own today simple record of the following steps:
I was installed through the PIP Ipython,pip is Python's package management tool

First, install PIP
The Mac defaults to no Pip, so the first step is to install the PIP first.

sudo easy_install pip
... ...
... N lines omitted here ...
... ...
Installed/library/python/2.7/site-packages/pip-7.1.2-py2.7.egg
Processing dependencies for PIP finished processing dependencies for
Pip

A successful installation will display the information above
Second, the use of PIP installation Ipython

sudo pip install Ipython
... ... ...
... Omit n rows ...
...... ...
Successfully installed appnope-0.1.0 decorator-4.0.4 gnureadline-6.3.3 ipython-4.0.0 path.py-8.1.2 pexpect-4.0.1 pickleshare-0.5 ptyprocess-0.5 simplegeneric-0.8.1 traitlets-4.0.0

Successful installation will display the information for the successful installation.

At this point the command line input Ipython, it will enter the Ipthon shell mode, than Python's default shell code to write more convenient, such as the TAB key can automatically complement the congruent ...
The use of ipython can be searched on its own

If you do not take sudo, you may receive the following error message:

... ... ... ...
ioerror: [Errno] Permission denied: '/library/python/2.7/site-packages/decorator.py '

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.