Skip to content
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

environment #8

Open
justincormack opened this issue Apr 30, 2014 · 3 comments
Open

environment #8

justincormack opened this issue Apr 30, 2014 · 3 comments

Comments

@justincormack
Copy link
Member

It is really convenient if the commands run with the host environment, but not sure that the current way of mapping all env calls to emul_ calls which uses host is the right way.

Want to init with a copy of/pointer to the host env instead.

@anttikantee
Copy link
Member

Another option is bootstrapping the rumprun env with a subset of the host env, e.g. host ${RUMPRUN_X} => rumprun ${X}. That way you can have separate values for $X in the host and in rumprun.

@justincormack
Copy link
Member Author

If you use the rumpremote.sh this might be less of an issue though, it already starts you with a clean environment. Or you mean in the same process?

@anttikantee
Copy link
Member

rumpremote.sh replaces just PATH and PS1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants