gpt4 book ai didi

python - 为 Python3 命令安装 numpy 找不到错误

转载 作者:太空宇宙 更新时间:2023-11-04 09:07:28 25 4
gpt4 key购买 nike

/numpy文件夹下

$ sudo python3 setup.py install
sudo:python3:command not found

或者试试

$ sudo python3 distribute_setup.py
sudo:python3:command not found


$ python3
Python 3.2.2 (default, Sep 12 2013, 01:58:11)
[GCC 4.6.3 20120306 (Red Hat 4.6.3-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

哪个 python3

$ which python3
/usr/local/bin/python3

更新:

$ sudo which python3
which: no python3 in (/sbin:/bin:/usr/sbin:/usr/bin)
$ sudo echo $PATH
/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/aws/bin:/home/xxxx/bin

更新2:

$ sudo sh -c 'echo $PATH'
/sbin:/bin:/usr/sbin:/usr/bin

我有rhel/redhat,通过下载安装包成功安装了python3.2.2。那些关于 apt-get 的话题不适用于这个版本。有人有想法吗?

最佳答案

在redhat中使用sudo时,搜索路径中不包含/usr/local/bin。要使用 sudo 运行 python3,请提供可执行文件的完整路径:

$ sudo /usr/local/bin/python3 setup.py install

关于python - 为 Python3 命令安装 numpy 找不到错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18754422/

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