如何卸载 ruby-oci8
我使用的 ruby gem 需要 ruby-oci8 版本 2+。 然而,我的机器似乎已经安装了 ruby-oci8 版本 1.0.0。但这我无法卸载。
我已成功运行gem uninstall ruby-oci8。 然后,使用 irb 类型
require 'oci8'
=> true
OCI8::VERSION
=> "1.0.0"
如何从 ruby-oci v1.0.0 清理我的 Windows 机器?
谢谢。
The ruby gem that I am using require ruby-oci8 version 2+.
However it seems that my machine already have ruby-oci8 version 1.0.0. But this I can't uninstall.
I've run gem uninstall ruby-oci8 succesfully.
Then, using irb type
require 'oci8'
=> true
OCI8::VERSION
=> "1.0.0"
How to clean up my Windows machine from ruby-oci v1.0.0 ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://ruby-oci8.rubyforge.org/en/FAQ_uninstall.html
删除上面链接中提到的 3 个文件
http://ruby-oci8.rubyforge.org/en/FAQ_uninstall.html
Delete 3 files as mentioned in the link above