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:
.zshrcinsteadsource ~/.zshrcinstead 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.gzsudo 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 .bashrcinstead 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
Hell yeah! Nice and easy, thanks!
workedp amazing
Perfect, thanks man
Just used it - worked great. Thanks!
very helpful, thanks
Be sure to always go to go.dev/dl/ to check the latest go version when downloading the
.tar.gz!What an absolutely perfect solution to install Go, thank you!
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
Thank you so so so much!!
Thanks! Almost everything works fine!
Good deal
Can We connect to discuss?
I'm interested in exploring a potential business collaboration with you, as I believe our combined efforts could be mutually beneficial.
Please let me know if you'd be open to discussing this further.
not immutable, prone to errors...