fexpect Questions
4
Solved
I am using Fabric and would like to use fexpect. I have the following Python script:
from ilogue.fexpect import expect, expecting, run
(...)
def install_postgresql(profile):
print("!!! Installin...
1
© 2022 - 2024 — McMap. All rights reserved.