Skip to content

rustup show should include toolchain link paths (maybe only with show -v) #3408

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

Closed
pnkfelix opened this issue Jul 14, 2023 · 2 comments · Fixed by #4270
Closed

rustup show should include toolchain link paths (maybe only with show -v) #3408

pnkfelix opened this issue Jul 14, 2023 · 2 comments · Fixed by #4270
Milestone

Comments

@pnkfelix
Copy link
Member

Problem you are trying to solve

I often need a reminder about which paths in my local development map to which rustup toolchain identifiers.

As far as I can tell, the only way to do this today is for me to chdir into the hidden directory rustup uses to represent the toolchains and list them, so that I can see the symbolic links it is using. I.e., there is no way to do it from the command line via the rustup tool itself; instead I am relying on knowledge of rustup's internal architecture to find what I need.

Solution you'd like

It would be nice if the rustup show command actually told me about the toolchains that were set up via rustup toolchain link and also told me what path they link to.

Notes

No response

@Eric1878
Copy link

Cool

@rbtcollins
Copy link
Contributor

Have you tried rustup toolchain list -v ?

@rami3l rami3l added this to the 1.28.0 milestone Jul 10, 2024
@rami3l rami3l modified the milestones: 1.28.0, 1.28.1 Aug 9, 2024
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.

4 participants