Questions tagged [python-fabric-2]

16 questions
0
votes
1 answer

Python fabric variable

I am trying to configure a script using fabric and i would like to access python variable in bash command being run using the run () of fabric. Below is the code vol_ex=e.run("sudo fdisk -l | grep Disk | awk {'print $2'} | grep -e '/dev/xv*' -e…
ALPHY GEORGE
  • 121
  • 2
  • 10
1
2