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

rustup toolchain: print the path the the toolchain #1479

Closed
vext01 opened this issue Aug 13, 2018 · 2 comments · Fixed by #1988
Closed

rustup toolchain: print the path the the toolchain #1479

vext01 opened this issue Aug 13, 2018 · 2 comments · Fixed by #1988

Comments

@vext01
Copy link

vext01 commented Aug 13, 2018

On my system I have:

$ rustup toolchain list
stable-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu (default)
stage1

One question I might ask is: "where are these toolchains on the filesystem"? Especially for the manually linked (using rustup toolchain link) toolchain stage1.

How about rustup toolchain list -v prints the toolchains with their paths?

Thanks!

@kinnison
Copy link
Contributor

I think that should be possible. I'm prepared to mentor someone who wants to add this functionality.

@BeniCheni
Copy link
Contributor

Friendly note that I’ve tried #1988 for this issue. Looking forward to review feedback. Thanks.

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

Successfully merging a pull request may close this issue.

3 participants