Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uprustup.sh could pass a prefix to install.sh if the user isn't root #15187
Comments
This comment has been minimized.
This comment has been minimized.
ghost
commented
Oct 20, 2014
|
[UPDATE] I see now that rustup does have this option: $ rustup.sh --prefix=<PATH> |
This comment has been minimized.
This comment has been minimized.
|
I think I'll take a look at this. The complication is updating I intend to match the |
steveklabnik
added
A-build
A-infrastructure
and removed
A-build
labels
Jan 23, 2015
This comment has been minimized.
This comment has been minimized.
|
This should be filed against https://github.com/rust-lang/rustup if it's still an issue. |
ben0x539 commentedJun 25, 2014
... so we could stop giving people a
curl ... | sudo shcommandline and can suggest something like `curl ... | sh -s -- --prefix=~/rust' instead.This sorta depends on our current rpath setup, but even if we have to suggest a bunch of LD_LIBRARY_PATH magic, it's probably still good to have something to tell people who are uneasy about sudo.