OpenEuler操作系統安裝ClusterShell的兩個方法

ClusterShell是Linux下輕量級的集群管理利器。

openeuler的yum源沒有安裝包,因此不能通過yum進行安裝。

OpenEuler操作系統安裝ClusterShell的兩個方法

Openeuler最小安裝已經安裝了python

安裝方法1:通過源碼進行安裝

下載clustershell安裝包

https://github.com/cea-hpc/clustershell/downloads

或者

https://github.com/cea-hpc/clustershell

解壓安裝包

# tar -zxvf clustershell-1.7.3.tar.gz

文件目錄:

# cd clustershell-1.7.3/

OpenEuler操作系統安裝ClusterShell的兩個方法

採用python安裝:

# python setup.py install

OpenEuler操作系統安裝ClusterShell的兩個方法

安裝方法2:通過pip安裝

# pip search clustershell

ClusterShell (1.8.3) - ClusterShell library and tools

# pip install clustershell


OpenEuler操作系統安裝ClusterShell的兩個方法

使用pip查看Clustershell版本信息

# pip show Clustershell

OpenEuler操作系統安裝ClusterShell的兩個方法



分享到:


相關文章: