Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to install Go language on windows without admin rights?

Tags:

go

I don't have admin rights on my windows machine and I am trying to install Go which needs admin rights complete the installation.

is there any way to install GO on windows without admin rights?

like image 731
Rahul Sharma Avatar asked Sep 22 '17 20:09

Rahul Sharma


1 Answers

Can you download the Windows ZIP archive and extract it to somewhere in your User folder?

You would then need to update the GOROOT and PATH environment variables accordingly.

like image 171
Chris Long Avatar answered Sep 28 '22 01:09

Chris Long