ubuntu16.04 installation of Python3,numpy,pandas and other quantitative computing libraries

Source: Internet
Author: User
Ubunt installation Python3

sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.5
After the installation is completed, the terminal input "Python" will enter the default python2.7, if you want to modify the python3.5 we just installed, we need to do the following three steps:
sudo cp/usr/bin/python/usr/bin/python_bak, backup first
sudo rm/usr/bin/python, deleting
sudo ln-s/usr/bin/python3.5/usr/bin/python, default to python3.5, rebuild soft links So enter Python in the terminal the default is version 3.5.


ubuntu16.04 Installation Calculation framework

sudo apt-get install python3-numpy python3-pandas python3-matplotlib python3-scipy Python3-sklearn

ubuntu16.04 installation of Python3,numpy,pandas and other quantitative computing libraries

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.