在线安装 SphereEx-Boot #
- 从路径 https://download.sphere-ex.com/boot/spex-0.1.0.tar.gz 下载 SphereEx-Boot 工具安装包,下载后执行下面命令安装。
[root@centos71 ~]# pip install spex-0.1.0.tar.gz
Preparing metadata (setup.py) ... done
Requirement already satisfied: ansible<=2.10.7,>=2.8.0 in /usr/local/lib/python3.6/site-packages (from spex==0.1.0) (2.10.7)
……
Installing collected packages: spex
Attempting uninstall: spex
Found existing installation: spex 0.1.0
Uninstalling spex-0.1.0:
Successfully uninstalled spex-0.1.0
Running setup.py install for spex ... done
Successfully installed spex-0.1.0
安装后执行命令
spex --version可以查看版本号。[root@centos71 ~]# pip --version pip 21.3.1 from /usr/local/lib/python3.6/site-packages/pip (python 3.6)