We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to get a shell using sh. I am currently not sure whether this is a feature request, a bug report, or user error :)
sh
import sys from sh import sudo out_kwargs = {'_out': sys.stdout, '_out_bufsize': 0, '_tty_in': True} sudo.bash(**out_kwargs)
This gives a bash prompt, but I'm unable to interact with it. How can I get an interactive prompt? Thanks.
The text was updated successfully, but these errors were encountered:
can't be done, currently: #92
Sorry, something went wrong.
_fg option exists in the 1.2 branch, which will be shipping soon
_fg
No branches or pull requests
I would like to get a shell using
sh
. I am currently not sure whether this is a feature request, a bug report, or user error :)This gives a bash prompt, but I'm unable to interact with it. How can I get an interactive prompt? Thanks.
The text was updated successfully, but these errors were encountered: