One of the best feature that Windows 10 or 11 Pro support is WSL or WSL2, using this you can run any Linux OS like a windows application.
If you w...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks this helped. I had some minor differences in steps I took, which I will list below:
.zshrc
insteadsource ~/.zshrc
instead of spawning a new shell.Thank you. Update for current version and zsh user commands:
wget https://dl.google.com/go/go1.21.3.linux-amd64.tar.gz
sudo tar -xvf go1.21.3.linux-amd64.tar.gz
sudo mv go /usr/local
echo "export GOROOT=/usr/local/go" >> ~/.zshrc
echo "export GOPATH=\$HOME/go" >> ~/.zshrc
echo "export PATH=\$GOPATH/bin:\$GOROOT/bin:\$PATH" >> ~/.zshrc
source ~/.zshrc
The same for me!
Thanks, this works for bashrc also.
You can use
nano .bashrc
instead of File Explorer.Thanks for this, worked perfectly 👌
You can also use $ code ~/.bashrc instead of explorer.exe .
even simpler use neovim or vi or vim
Perfect, thanks man
very helpful, thanks
Be sure to always go to go.dev/dl/ to check the latest go version when downloading the
.tar.gz
!Hell yeah! Nice and easy, thanks!
Just used it - worked great. Thanks!
workedp amazing
What an absolutely perfect solution to install Go, thank you!
Thanks! Almost everything works fine!
Thank you so so so much!!
Created an acc on this site , Just to say you thank you
Thank You , My Friend
Thank you - this actually worked for me!
Straight to the point and effective