ubuntu下python3.4安装numpy

1、安装pip3

$ apt-get install python3-dev
$ apt-get install python3-pip

2、安装numpy

pip3 install numpy
    原文作者:fendoubashaonian
    原文地址: https://blog.csdn.net/fendoubasaonian/article/details/50601410
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞