리눅스
[리눅스] fabric 라이브러리 설치
변군이글루
2020. 12. 14. 13:04
반응형
fabric 라이브러리 설치
설치 환경
$ cat /etc/redhat-release
CentOS Linux release 8.1.1911 (Core)
fabric 설치
yum install -y epel-release
yum install -y python3-devel python3-pip python3-setuptools
python3 --version
$ python3 --version
Python 3.6.8
pip3 install fabric
fab --version
$ fab --version
Fabric 2.5.0
Paramiko 2.7.2
Invoke 1.5.0
728x90
반응형