Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fabric

Gcc Error: Command 'gcc-4.0' Failed With Exit Status 1

I am trying to install Fabric into a Virtualenv / Django 1.3.1 / OS X Lion with Xcode 4.2. This err… Read more Gcc Error: Command 'gcc-4.0' Failed With Exit Status 1

Is There A Way To Conduct Rolling Deployment In Fabric Files?

Giving the following fabfile: from fabric.api import env, run env.user = 'implicit_user' e… Read more Is There A Way To Conduct Rolling Deployment In Fabric Files?

How To Get The Current Linux Process Id From The Command Line A In Shell-agnostic, Language-agnostic Way

How does one get their current process ID (pid) from the Linux command line in a shell-agnostic, la… Read more How To Get The Current Linux Process Id From The Command Line A In Shell-agnostic, Language-agnostic Way

Pip Freeze Does Not Show All Installed Packages

I am using a virtualenv. I have fabric installed, with pip. But a pip freeze does not give any hint… Read more Pip Freeze Does Not Show All Installed Packages

Fabric Vs Pexpect

I've stumbled upon pexpect and my impression is that it looks roughly similar to fabric. I'… Read more Fabric Vs Pexpect

How To Edit Hostname File Using Fabric

I have change my hosts file,so how to change hostname.my system is ubuntu. eg my hosts file: 192.16… Read more How To Edit Hostname File Using Fabric