ubuntu16.04安装python3,numpy,pandas等量化计算库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu16.04安装python3,numpy,pandas等量化计算库相关的知识,希望对你有一定的参考价值。

ubunt安装python3

sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.5
安装完成后在终端输入“python”会进入默认的python2.7中,如果要修改成我们刚安装的python3.5的话需要做如下三步:
sudo cp /usr/bin/python /usr/bin/python_bak,先备份
sudo rm /usr/bin/python,删除
sudo ln -s /usr/bin/python3.5 /usr/bin/python,默认设置成python3.5,重建软链接这样在终端中输入python默认就是 3.5版本了


ubuntu16.04安装计算框架

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










以上是关于ubuntu16.04安装python3,numpy,pandas等量化计算库的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu16.04安装python3.7

Ubuntu 16.04 安装 python3.8

ubuntu16.04 python3 安装selenium及环境配置

ubuntu16.04 python3安装pymysql错误

为啥我在Ubuntu16.04上安装不了python3.6-dev

【Ubuntu16.04】安装python3.6