-
Notifications
You must be signed in to change notification settings - Fork 184
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
AttributeError: 'SshMachine' object has no attribute 'env' #293
Comments
This happens with This is a blocker for me, because I am developing something that cannot assume control of the environment on the remote host. Can I submit a pull request with a fix for this? Since this fixes the problem on the base classes, |
Sure, that would be great! |
Here it is ;) #347 The travis build seems to be failing in some versions of Python, but I suspect that was already happening before :\ |
I'm trying to Ssh on a remote machine, and get following error:
The error occurs on creation of the SshMachine:
It can be easily reproduced when you put some path with ~ into the PATH environment variable on the remote host:
export PATH=$PATH":~/bin:"
I used pyhon 3.5.2 with plumbum 1.6.2
The text was updated successfully, but these errors were encountered: