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 23:05]
kurihara
preparation:installing.html [2018/07/29 23:47]
kurihara
Line 106: Line 106:
 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