diff options
| author | Ralph Giles <giles@mozilla.com> | 2015-04-07 14:05:02 -0700 |
|---|---|---|
| committer | Ralph Giles <giles@mozilla.com> | 2015-04-07 14:05:02 -0700 |
| commit | 9a51c63a2fa4ad38f0ff90649b948d2e5b667d19 (patch) | |
| tree | caee08fa04a668fd52fee8d8cbf0de6205c087fd /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 1fd89b625be075e81da1791d6d22e9835512036c (diff) | |
| download | rust-9a51c63a2fa4ad38f0ff90649b948d2e5b667d19.tar.gz rust-9a51c63a2fa4ad38f0ff90649b948d2e5b667d19.zip | |
rustup: let RUSTUP_PREFIX env override default prefix.
The idea here is if you don't want rust in /usr/local
you can put something like this is your .profile:
export RUSTUP_PREFIX=$HOME/.local/rust
export PATH=$PATH:${RUSTUP_PREFIX}/bin
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:${RUSTUP_PREFIX}/lib
Then when you run rustup, it will update the install
in ${RUSTUP_PREFIX} without having to remember to pass
an explicit --prefix argument every time.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
