fabric.operations.run(command, shell=True, pty=False) defaults to False for pty, is there some config option that sets pty=True for all operations? also, i can't find section about $HOME/.fabric at http://docs.fabfile.org/1.0/ although in older versions i did use .fabric for hosts, username, etc.
fabric.contrib.files.append(text, filename, use_sudo=False) doesn't have pty kwarg, what can i do? just out of curiosity, i would like to know why pty is set to False? i lack knowledge in this area so could somebody please explain why it's better to have pty=False? i'm asking because i'm always getting "err: stdin: is not a tty" on several popular and modern linux distributions? Aljosa Mohorovic _______________________________________________ Fab-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fab-user
