ERROR: Unrecognized command line argument: 'use'
程序员文章站
2022-06-07 12:29:55
Unrecognized command line argument: 'use' gvm GoLang语言多版本管理工具 基础环境 centos6.5 报错内容 gvm在命令行以外的任何地方调用 gvm use 都会报错 gvm use go1.13.4 ERROR: Unrecognized c ......
unrecognized command line argument: 'use'
gvm--golang语言多版本管理工具
基础环境 centos6.5
报错内容
gvm在命令行以外的任何地方调用 gvm use 都会报错
gvm use go1.13.4
error: unrecognized command line argument: 'use'
解决方法
#简单来说就是将use文件复制到上一级目录,并赋予执行权限即可
cp -rp .gvm/scripts/env/use .gvm/scripts/use
chmod 775 .gvm/scripts/use
上一篇: Java Optional
推荐阅读
-
pip 错误unused-command-line-argument-hard-error-in-future解决办法
-
ERROR: Unrecognized command line argument: 'use'
-
Command line option syntax error问题的解决方法小结
-
tensorflow error :UnrecognizedFlagError: Unknown command line flag ‘f‘ 解决办法
-
tensorflow的 jupyter环境 error :UnrecognizedFlagError: Unknown command line flag ‘f‘ 解决办法
-
SQL Redist content: Command line option syntax error. Type C
-
pip 错误unused-command-line-argument-hard-error-in-future解决办法
-
Can't use Subversion command line client:svn
-
ERROR: Unrecognized command line argument: 'use'
-
pip 错误unused-command-line-argument-hard-error-in-future解决办法