-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Windows @local/@docker support (Hello World example from tutorial doesn't work) #3
Comments
Hi @karolzlot! I believe this is due to the However - it's possible to override this value via the pyinfra --shell-executable ps @docker/ubuntu:18.04 exec -- echo "hello world"
pyinfra --shell-executable pws @docker/ubuntu:18.04 exec -- echo "hello world" I'll be able to test this properly on my Windows laptop over the next few days. |
Because this issue related let me put some research on issue and in general how to make
|
Moving this to pyinfra-windows for potential support via a new connector specific for Windows |
Describe the bug
I got error as in log below. I repeated command, but the error persist.
To Reproduce
pyinfra @docker/ubuntu:18.04 exec -- echo "hello world"
Expected behavior
No error
Meta
pyinfra --support
:pip in venv
not created
-vv
and--debug
.The text was updated successfully, but these errors were encountered: