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

SHELL: parameter not set when installing via rustup on Ubuntu 14.04.2 LTS in Docker #42

Open
shepmaster opened this issue Jul 12, 2015 · 2 comments

Comments

@shepmaster
Copy link
Member

To reproduce:

$ docker run -it ubuntu /bin/bash
# apt-get install curl
# curl -sSf https://static.rust-lang.org/rustup.sh | sh

The error corresponds to this line in the Rust configure script. Let me know if this issue more properly belongs in that repository and I'll move it.

@shepmaster
Copy link
Member Author

A workaround is to set the value of SHELL:

$ export SHELL=/bin/bash

@abarbarov
Copy link

this works for me:


$ curl -sSf https://static.rust-lang.org/rustup.sh | /bin/bash -s -- --yes

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