首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏DBA随笔

    利用gvm管理go版本

    wget https://github.com/moovweb/gvm/archive/refs/heads/master.zip 下载得到master.zip文件夹。 [root@yeyz ~]# wget https://github.com/moovweb/gvm/archive/refs/heads/master.zip --2022-10-23 18:56:37 -- https://github.com/moovweb/gvm/archive/refs/heads/master.zip Resolving github.com (github.com)... HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/moovweb/gvm/zip /refs/heads/master [following] --2022-10-23 18:56:38-- https://codeload.github.com/moovweb/gvm/zip/refs

    1.2K30编辑于 2022-12-07
  • 来自专栏MySQL参数系列

    你知道怎么管理golang版本吗?

    依赖: yum -y install gcc bison 安装: bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm /master/binscripts/gvm-installer) 该网站由于网络问题可能无法访问,直接用浏览器打开网址: https://raw.githubusercontent.com/moovweb

    44930编辑于 2023-10-25
  • 来自专栏Debug客栈

    使用 GVM 工具管理 Go 版本

    安装 Installing bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/ Gopath 环境 GVM提供了一个比较简单的工具gvm pkgset可以创建使用GOPATH环境: ➜ ~ gvm pkgset = gvm pkgset * http://github.com/moovweb

    1.5K50发布于 2020-07-14
  • 来自专栏人人都是架构师

    Go每日一库之160:gvm(Go版本管理)

    安装 $bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer ) Cloning from https://github.com/moovweb/gvm.git to /Users/admin/.gvm Created profile for existing install 参考资料 gvm-installer: https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer gvm : https://github.com/moovweb/gvm goup: https://github.com/owenthereal/goup

    98940编辑于 2023-10-02
  • GVM:Go语言版本和包管理的神器!

    GVM 是一个相当简单的过程,你只需要执行下面的命令即可:# 通过curl安装GVMbash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb 或者,你也可以选择下载脚本然后执行,这两种方式哪种方便就用哪种:# 下载脚本方式安装GVMcurl -o gvm-installer https://raw.githubusercontent.com/moovweb

    3.3K10编辑于 2024-06-06
  • 来自专栏为了不折腾而去折腾的那些事

    Golang 多版本管理

    首先是考虑切换回 https://github.com/moovweb/gvm,说起 gvm,熟悉 Node.js 生态的同学,其实可以很容易联想起 nvm。 用户不知道如何使用镜像资源 先来解决第一个问题,如何正确安装 gvm,官方 ReadMe 中的安装方式在 ZSH 环境中会遇到问题,推荐切换为下面的方式安装: curl -sSL https://github.com/moovweb gvm/raw/master/binscripts/gvm-installer | bash 执行过后,我们就可以看到正确的日志输出了: Cloning from https://github.com/moovweb 但是,这个其实并不是我们要的内容,因为它解决的是“指定Golang源代码”的在线地址,而不是预构建的二进制包的地址,在 https://github.com/moovweb/gvm/blob/master

    2.6K30编辑于 2021-12-21
  • 来自专栏贾维斯Echo的博客

    Go 多版本管理工具

    goenv install go1.x.x 使用特定版本的 Go: goenv global go1.x.x 三、GVM (Go Version Manager) 官网:https://github.com/moovweb 以下是使用 GVM 的基本步骤: 安装 GVM: bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/

    4.5K42编辑于 2023-10-18
  • 来自专栏码神路漫漫

    如何灵活地进行 Go 版本管理

    但很遗憾,已经没这个机会了,因为这个工具已经有人开发了,思路类似,但却比这里描述的要强,它就是 gvm, 地址 moovweb/gvm。 $ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer ) 输出显示: Cloning from https://github.com/moovweb/gvm.git to /home/vagrant/.gvm which: no go in (/usr/local

    1.8K21发布于 2019-09-23
  • 来自专栏Golang语言开发栈

    Go 版本管理器 gvm 怎么使用?

    执行命令: bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer 参考资料 [1]  Go 版本管理器 gvm: https://github.com/moovweb/gvm [2]  解析生成器 Bison: https://www.gnu.org/software

    1.2K10编辑于 2025-06-09
  • 来自专栏历史专栏

    【愚公系列】2022年7月 Go教学课程 002-Go语言环境安装

    你可以按照文件进行安装即可,参考: https://github.com/moovweb/gvm 。 安装完成后,我们就可以安装其他go版本了。

    39520编辑于 2022-07-12
  • 来自专栏运维之美

    你有同时使用多版本 Go 语言的需求吗,那就快使用多版本管理利器 GVM 吧!

    版本 管理多个 GOPATH,并可编辑 Go 的环境变量 可将当前目录关联到 GOPATH 可以查看 GOROOT 下的文件差异 支持 Go 版本切换 项目地址:https://github.com/moovweb $ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer

    5.5K10发布于 2020-05-24
  • 来自专栏云端漫步

    go语言学习之环境安装(一)

    安装gvm bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer

    68700发布于 2018-10-11
  • 来自专栏旅途散记

    几种Go版本管理工具

    “安装gvm $ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer ], 能管理很多种语言的版本 参考资料 [1] 交叉编译: https://studygolang.com/articles/14376 [2] 原始项目: https://github.com/moovweb

    66020编辑于 2023-09-06
  • 来自专栏零域Blog

    Hexo-NexT搭建个人博客(二)

    im_baked", "im_trippin", "im_blown"]; var a = "mw-strobe_light"; var f = "//s3.amazonaws.com/moovweb-marketing

    42020编辑于 2022-03-22
  • 来自专栏Opensource翻译专栏

    使用GVM管理多个版本的Go【Programming(Go)】

    GVM存储库安装文档指示您下载安装程序脚本并将其通过管道传递到Bash: bash < < ( curl -s -S -L https: // raw.githubusercontent.com / moovweb

    1.7K00发布于 2019-11-17
  • 来自专栏一个默默无闻的工程师的日常

    kubeadm 编译修改证书有效期

    linux/amd64"} 配置 go 环境 为了保持一致,首先配置 go1.16.15 1 2 3 4 5 6 7 8 9 安装 gvm # curl -sSL https://github.com/moovweb

    1.6K31编辑于 2023-10-18
  • 来自专栏【腾讯云开发者】

    一文读懂Go函数调用

    gvm地址:https://github.com/moovweb/gvm 执行: gvm list 显示gvm安装的go版本列表: gvm gos (installed) go1.14.2

    1.1K50编辑于 2022-12-22
  • 来自专栏后台技术学习

    深入分析Go1.17函数调用栈参数传递

    函数调用分析通过在centos8上安装gvm: https://github.com/moovweb/gvm,可以方便切换多个Go版本测试不同版本的特性。

    2.1K73编辑于 2022-09-28
领券