Skip to content

MacOS x .NET SDK Installer Issue #50990

@claudiaregio

Description

@claudiaregio

Describe the bug

I'm running user studies and am 2/2 on MacOS users running into the exact same issue. They tried installing the SDK and it required random additional code to be run in a terminal for the SDK to be found.

To Reproduce

  1. User installed SDK from rightmost column here https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md that matched their architecture
  2. VS Code Insiders was already opened w/ integrated terminal opened
  3. User ran dotnet --version -> got command not found: dotnet
  4. Closed VSC Insiders
  5. Reopened VSC Insiders
  6. User ran dotnet --version again in VSC Insiders integrated terminal -> got command not found: dotnet
  7. User ran dotnet --version again in external terminal -> got command not found: dotnet
  8. User ran ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/ from StackOverflow with 'sudo' in same external terminal
  9. User ran dotnet --version in same external terminal -> Worked ✅ (no refresh, no new terminal, no new anything)

Further technical details

MacOS, zsh for both users

Metadata

Metadata

Assignees

Labels

Area-InstallArea-MacOScli-uxIssues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)untriagedRequest triage from a team member

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions