-
Notifications
You must be signed in to change notification settings - Fork 185
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
Modification of remote environment doesn't seem to be working #120
Comments
that's a bug: https://github.com/tomerfiliba/plumbum/blob/master/plumbum/machines/remote.py#L185 when you https://github.com/tomerfiliba/plumbum/blob/master/plumbum/machines/local.py#L141 which uses the env.path for that. could you try it out and submit a pull request? thanks |
Copying the
What's the reason for not simply using the current environment when running commands vs just the deltas with "env delta1=sds etc..".. efficiency ? |
..I clued in after my last comment. I guess you need to check for the case where env vars have been removed. So simply using the current evironment is not sufficient.. but still need to check for modified env vars as well I guess. |
IIRC, this issue is fixed already. closing. |
The docs give the impression that modifications of the remote environment work in the same way as modifications to the local environment. However that doesn't seem to be the case. For e.g. below is an example of where I added /tmp/bin/ to the remote env.path however the new env doesn't seem to get used.
The text was updated successfully, but these errors were encountered: