首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如果出现问题,删除这些文件并检索它们的最佳方法是什么?

如果出现问题,删除这些文件并检索它们的最佳方法是什么?
EN

Stack Overflow用户
提问于 2016-01-05 19:53:46
回答 1查看 961关注 0票数 0

,如果出现问题,删除这些文件并检索它们的最佳方法是什么?,我正在尝试消除Homebrew的平方,下面的警告出现在终端中。我不太关心的python.framework,因为我知道我把它放在那里。至于其他文件,我不知道他们是怎么到那里的。它们看起来不太眼熟。,如果你站在我的立场上,你会如何让这些警告消失?

代码语言:javascript
复制
Warning: Python is installed at /Library/Frameworks/Python.framework
Homebrew only supports building against the System-provided Python or a
brewed Python. In particular, Pythons installed to /Library can interfere
with other software installs.

Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libtcl8.6.dylib
/usr/local/lib/libtk8.6.dylib

Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/fakemysql.h
/usr/local/include/fakepq.h
/usr/local/include/fakesql.h
/usr/local/include/itcl.h
/usr/local/include/itcl2TclOO.h
/usr/local/include/itclDecls.h
/usr/local/include/itclInt.h
/usr/local/include/itclIntDecls.h
/usr/local/include/itclMigrate2TclCore.h
/usr/local/include/itclTclIntStubsFcn.h
/usr/local/include/mysqlStubs.h
/usr/local/include/odbcStubs.h
/usr/local/include/pqStubs.h
/usr/local/include/tcl.h
/usr/local/include/tclDecls.h
/usr/local/include/tclOO.h
/usr/local/include/tclOODecls.h
/usr/local/include/tclPlatDecls.h
/usr/local/include/tclThread.h
/usr/local/include/tclTomMath.h
/usr/local/include/tclTomMathDecls.h
/usr/local/include/tdbc.h
/usr/local/include/tdbcDecls.h
/usr/local/include/tdbcInt.h
/usr/local/include/tk.h
/usr/local/include/tkDecls.h
/usr/local/include/tkPlatDecls.h

Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/tcl.pc
/usr/local/lib/pkgconfig/tk.pc

Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libtclstub8.6.a
/usr/local/lib/libtkstub8.6.a
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-01-05 23:13:57

你和我一样是个新手,你想做奥登项目。您通过教程,下载家庭啤酒和运行Brew医生,但您遇到了类似的警告,我已经发现上面。我就是这么做的..。

我创建了一个word文档,并复制和粘贴了所有警告,这样我就知道了文件的来源。然后,我在桌面上创建了一个名为"back_up“的文件夹,然后继续将文件移动到桌面上的文件夹中。有关移动终端http://www.macworld.com/article/2080814/master-the-command-line-copying-and-moving-files.html中的文件的帮助,请参见此处

在我移动文件并在word文档中注意到我将它们移动到桌面上的一个名为"back_up“的文件后,我按照指示修剪了所有的符号链接。我经营brew医生,现在我“准备好了”。我想,如果这一切都击中了风扇,我将有原始文件,并能够将他们移回来没有问题。

在删除python框架工作或您下载的任何语言方面,请参见- How to uninstall Python 2.7 on a Mac OS X 10.6.4?

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/34620134

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档