gpt4 book ai didi

python - Centos 6 : scrapy commend not found(installed successfully)

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

我猜是因为我在 CentOS 6 上安装了新的 python2.7。

背景: 我在我的 CentOS 6 上安装了 python2.7,但保留系统的 python 2.6 因为我的 yum 基于 python 2.6,我将 python 2.7 设置为默认值:

ln -s /usr/local/python2.7.12/bin/python2.7 /usr/bin/python

然后为 py2.7 安装新的 pip 并设置默认值:

ln -s /usr/local/python2.7.12/bin/pip2.7 /usr/bin/pip

最后我通过 pip install scrapy 安装 scrapy,它成功了!

但是在终端我运行:scrapy -V 它抛出:

-bash: scrapy: command not found

我想 scrapy 也需要是 ln -s 作为系统的默认值,但我不知道该怎么做。

最佳答案

我发现我安装的 scrapy 位于:

/usr/local/python2.7.12/bin/scrapy

但是系统bin文件夹下没有scrapy,所以我需要把路径添加到系统路径,所以我运行命令:

ln -s /usr/local/python2.7.12/bin/scrapy /usr/local/bin/scrapy

之后,当我需要运行scrapy时,系统会在路径/usr/local/bin/scrapy中找到它,然后转到路径/usr/local/python2 .7.12/bin/scrapy 并找到真正的 scrapy,所以它现在对我有用。

关于python - Centos 6 : scrapy commend not found(installed successfully),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43821638/

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