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

Install binary globally #124

Open
zamith opened this issue Feb 19, 2016 · 3 comments
Open

Install binary globally #124

zamith opened this issue Feb 19, 2016 · 3 comments

Comments

@zamith
Copy link

zamith commented Feb 19, 2016

I have multiple toolchains, including some nightly for a specific date, and when I install a binary it gets installed to that toolchain's bin directory, which means I would have to add a bunch of directories to my PATH.

Does it make sense to be able to download and compile a crate with a specific toolchain, but installing it to ~/.cargo/bin?

@brson
Copy link
Owner

brson commented Feb 20, 2016

@zamith I think I'd rather stop overriding $CARGO_HOME, and let all toolchains share it. This is what multirust-rs is going to do.

@zamith
Copy link
Author

zamith commented Feb 22, 2016

@brson Is that already possible, or is it something you wish to do?

@brson
Copy link
Owner

brson commented Feb 25, 2016

@zamith It's a change I'd like to make.

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