英文:
Golang Portable ("thumbdrive edition") for windows
问题
Golang在Windows上有便携版吗?类似于Strawberry Perl便携版(https://strawberryperl.com/releases.html)或者Git便携版("thumbdrive edition"),你可以在Windows上下载Go的zip文件并解压后使用吗?
此外,在这个网站上(https://go.dev/dl/),我看到有两个文件,一个是MSI格式,一个是ZIP格式,请问它们之间的确切区别是什么?
英文:
Do Golang has Portable edition on windows , something like Strawberry Perl portable edition https://strawberryperl.com/releases.html , or git Portable ("thumbdrive edition") , that you can download Go as zip file on windows and extract it and work with it ?
also on this site : https://go.dev/dl/ i see to files MSI and ZIP what is the exact difference between them ?
答案1
得分: 1
我刚刚从下载页面https://go.dev/dl/下载了zip文件。
然后我只需将go命令别名设置为{unzippedDir}/bin/go.exe。
英文:
I just download the zip file from the downloads page https://go.dev/dl/
Then I just alias go to the {unzippedDir}/bin/go.exe
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论