Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将 rvm 路径添加到 .profile 的事实是否禁用了从命令行启动 Mysql。我问它是因为我最近安装了 rmv,从那以后我无法通过$ mysql. 感谢你的回答
$ mysql
如果您按照安装说明进行操作,那么不,RVM 不应该破坏 mysql。RVM 将自身附加到您的 $PATH 变量中。它不会取代它。(否则,所有系统命令都会失败)