在 Mac OS X 上卸载 Sphinx
我正在尝试从 Mac OS 10.6 卸载 Sphinx 2.0.1 以恢复到以前的版本。
几周前,我通过 make install
安装了 Sphinx,为了让它正常工作,我在多个目录中下载了多个版本的 Sphinx。
我读到删除运行 make install
的目录应该会删除 Sphinx,所以我在 finder 中搜索了 sphinx
和 searchd
并删除所有目录,但当我输入 searchd
时,我仍然得到 sphinx 结果。
我将如何删除已安装的 Sphinx 版本,以便我可以返回到以前的版本(使用自制程序安装)?
I am trying to uninstall Sphinx 2.0.1 from Mac OS 10.6 to revert back to a previous version.
I installed Sphinx doing a make install
a few weeks back and in my efforts to get it working, I downloaded multiple versions of Sphinx in multiple directories.
I read deleting the directory you run make install
from is supposed to remove Sphinx, so I did a search in finder for sphinx
and searchd
and deleted all the directories but I still get sphinx results when I type searchd
.
How would I go about removing my installed version of Sphinx so I can move back to a previous version (installed with homebrew) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于 make install 是一个临时脚本,因此它可以在整个文件系统上安装文件。 (可以)
我建议您运行“which sphinx”并删除一些版本,然后在 $path 变量前面添加自制程序安装二进制文件的路径,以便首先选择正确版本的 sphinx。
since a make install is an adhoc script, it can install files all over your file system. (could)
I suggest you run a 'which sphinx' and remove a few versions, then add the path where homebrew install binaries at the front of your $path variable so the proper version of sphinx will get picked up first.