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:18]
kurihara
preparation:installing.html [2018/07/29 23:47]
kurihara
Line 112: Line 112:
 <sxh text toolbar:false gutter:false> <sxh text toolbar:false gutter:false>
 ~]# yum install gcc python-devel python-setuptools ~]# yum install gcc python-devel python-setuptools
-~]pip install virtualenv + 
-~]virtualenv env_fasthandle -p python2.7 +~]# sudo su - fasthandle 
-~]source env_fasthandle/bin/activate +~]# pip install virtualenv 
-~]pip install fabric==1.14.0+~]# 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