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

Terrible Setup #33542

Closed
Bhaney44 opened this issue Jan 14, 2023 · 3 comments · Fixed by #36063
Closed

Terrible Setup #33542

Bhaney44 opened this issue Jan 14, 2023 · 3 comments · Fixed by #36063
Assignees
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-csharp/svc get-started/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri1 High priority, do before Pri2 and Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@Bhaney44
Copy link

Bhaney44 commented Jan 14, 2023

Setting up the environment is extremely difficult. I am not sure why so many software packages create pathing problems. Wouldn't it make sense to allow developers to simply install the software in a local folder? I am getting bug after bug trying to get started with dotnet. Have a clear pip install for example would be amazing.

IN:

dotnet

OUT:

zsh: command not found: dotnet


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.


Associated WorkItem - 59609

@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Jan 14, 2023
@issues-automation issues-automation bot added get-started/subsvc dotnet-csharp/svc Pri1 High priority, do before Pri2 and Pri3 labels Jan 14, 2023
@Bhaney44
Copy link
Author

One solution is to using:

export PATH="your-dir:$PATH"

As explained in this post. However, there is no way to know from where the path needs to be exported.

@BillWagner BillWagner added the doc-bug Problem with the content; needs to be fixed [org][type][category] label Jan 17, 2023
@dotnet-bot dotnet-bot removed the ⌚ Not Triaged Not triaged label Jan 17, 2023
@ghost ghost added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Jan 17, 2023
@BillWagner
Copy link
Member

This page should link to the installation instructions for the .NET SDK.

@BillWagner BillWagner self-assigned this Jan 17, 2023
@BillWagner BillWagner added the 🗺️ reQUEST Triggers an issue to be imported into Quest. label Jan 17, 2023
@BillWagner
Copy link
Member

I'll fix this as part of #33399

@github-actions github-actions bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Jan 17, 2023
BillWagner added a commit to BillWagner/docs that referenced this issue Jun 30, 2023
Fixes dotnet#33542

Readers of the Tour of C# need to find resources to download the SDK and write their own versions of these introductory tutorials.
@ghost ghost added the in-pr This issue will be closed (fixed) by an active pull request. label Jun 30, 2023
@ghost ghost removed the in-pr This issue will be closed (fixed) by an active pull request. label Jun 30, 2023
BillWagner added a commit that referenced this issue Jun 30, 2023
Fixes #33542

Readers of the Tour of C# need to find resources to download the SDK and write their own versions of these introductory tutorials.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-csharp/svc get-started/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri1 High priority, do before Pri2 and Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
No open projects
Status: 🔖 Ready
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants