gpt4 book ai didi

python - 将numpy和matplotlib安装到linux本地安装的python2.7中

转载 作者:行者123 更新时间:2023-12-01 06:01:33 30 4
gpt4 key购买 nike

我是通过本地安装了python2.7 linux

./configure --prefix=$HOME
make
make install

那么如何安装模块 numpy 和 matplotlib 呢?

服务器系统为Fedora x86_64。谢谢

最佳答案

安装分发:

 curl -O http://python-distribute.org/distribute_setup.py
~/bin/python distribute_setup.py

安装pip(不是必需的,但有帮助):

 ~/bin/easy_install pip

安装软件包:

 ~/bin/pip install numpy
~/bin/pip install matplotlib

关于python - 将numpy和matplotlib安装到linux本地安装的python2.7中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10158269/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com