FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


preparation:installing.html



Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
preparation:installing.html [2018/07/29 22:55]
kurihara
preparation:installing.html [2018/07/29 23:47]
kurihara
Line 101: Line 101:
 ~]# yum install gcc python-devel python-setuptools ~]# yum install gcc python-devel python-setuptools
 ~]# easy_install pip ~]# easy_install pip
-~]# pip install fabric+~]# pip search fabric 
 +~]# pip install fabric==1.14.0
 ~]# fab --version ~]# fab --version
 Fabric 1.14.0 Fabric 1.14.0
 Paramiko 1.16.1 Paramiko 1.16.1
 +</sxh>
 +
 +\\
 +=== RHEL/CentOS with virtualenv, pip===
 +<sxh text toolbar:false gutter:false>
 +~]# yum install gcc python-devel python-setuptools
 +
 +~]# sudo su - fasthandle
 +~]# pip install virtualenv
 +~]# cd /home
 +~]# virtualenv env_fasthandle -p python2.7
 +~]# source env_fasthandle/bin/activate
 +~]# pip install fabric==1.14.0
 +
 +~]# deactivate
 +
 +~]$ cat << END >> ~/.bashrc
 +
 +#virtualenv
 +source env_fasthandle/bin/activate
 +
 +END
 </sxh> </sxh>
  


preparation/installing.html.txt · Last modified: 2020/01/23 01:11 by kurihara