想使用gem安装软件包,提示command not found “gem”,遂安装gem.
sudo apt-get install rubygems
参考:https://stackoverflow.com/questions/9485083/gem-command-not-found
当尝试使用gem安装软件包时遇到'command not found: gem'的问题,可以通过运行' sudo apt-get install rubygems '来解决。这个命令用于在Ubuntu或Debian系统中安装gem,gem是Ruby的包管理器。
想使用gem安装软件包,提示command not found “gem”,遂安装gem.
sudo apt-get install rubygems
参考:https://stackoverflow.com/questions/9485083/gem-command-not-found
1910
2397

被折叠的 条评论
为什么被折叠?