Install python3.5.x and ipython in Centos

Source: Internet
Author: User

Install python3.5.x and ipython in Centos

Download source code
Download the source code package from Python
One is at the end of tgz, and the other is at the end of tar. xz. You can just download tar. xz.
Python-3.5.2.tar.xz

cd Python-3.5.2.tar.xz

In the folder

./Configuremakemake install # Use the root permission here

It will be successful. By the way, it will help me install pip-8.1.1.

Python3 -- version # You can see the python version.

Next is ipython source code download page: https://pypi.python.org/pypi/ipython or go to Git download: https://github.com/ipython/ipython/downloads good

tar -zxvf ipython-5.1.0.tar.gzcd ipython-5.1.0.tar.gzpython setup.py install

Enter ipython on the terminal.

ipython


I was scared to death. The last sentence is the lack of a traitlets module.

pip3 install traitlets

Later, various modules were missing.

Pip3 install xxx #.

If the installation fails, it may be because the pip version is not high enough.

Pip3 install -- upgrade pip # upgrade

If the upgrade may fail, reinstall pip.

wget https://bootstrap.pypa.io/get-pip.py --no-check-certificatepython3 get-pip.py

After each module is installed, you can use BINGO!

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.