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

x/website: windows install step adding install dir to PATH not always working #41762

Open
oddlittlebird opened this issue Oct 2, 2020 · 5 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows website

Comments

@oddlittlebird
Copy link

Error on page https://golang.org/doc/tutorial/compile-install

In step 3, the Windows command needs double quotes around the path to work.

image

@gopherbot gopherbot added this to the Unreleased milestone Oct 2, 2020
@ALTree ALTree added OS-Windows NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Oct 3, 2020
@ALTree ALTree changed the title x/website: x/website: windows install step adding install dir to PATH not always working Oct 3, 2020
@networkimprov
Copy link

You're using PowerShell; the instructions are for Command shell. Should it give separate instructions for PowerShell? The PS way to revise path is:

$env:Path += ";C:\Program Files\xyz\bin"

@oddlittlebird
Copy link
Author

Either give separate instructions or make very clear to Windows users which terminal they should use.

@networkimprov
Copy link

@julieqiu are you the right cc for this?

@julieqiu
Copy link
Member

julieqiu commented Oct 5, 2020

/cc @dmitshur per owners

@dmitshur
Copy link
Contributor

dmitshur commented Oct 5, 2020

Also /cc @stevetraut.

@hyangah hyangah modified the milestones: Unreleased, website/later Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows website
Projects
None yet
Development

No branches or pull requests

7 participants