在 Linux 上安装调用

在 Linux 上安装调用

Centos7我正在服务器上使用Linux并尝试安装调用。

[xyz@innolx20122 sd-test]$ sudo pip install invoke
[sudo] password for xyz:
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting invoke
  Downloading invoke-1.4.1-py2-none-any.whl (208 kB)
     |████████████████████████████████| 208 kB 260 kB/s
Installing collected packages: invoke
Successfully installed invoke-1.4.1

rpm -qa | grep invoke运行“ ”时没有显示任何内容

下面的命令也因问题而失败

调用--列表

相关内容