使用Homebrew在Mac上安装带有Python 3的GDB

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Homebrew在Mac上安装带有Python 3的GDB相关的知识,希望对你有一定的参考价值。

我试着做以下事情:

brew -v install gdb --with-python=python3

但我收到警告:

Warning: gdb: this formula has no --with-python= option so it will be ignored!
答案

这是正常的,没有--with-python=python3选项。您可以使用brew info gdb获取所有可用选项。您将获得:

==> Options
--with-all-targets
    Build with support for all targets
--with-guile@2.0
    Build with guile@2.0 support
--with-python
    Use the Homebrew version of Python; by default system Python is used
--with-python@2
    Build with python@2 support
--with-version-suffix
    Add a version suffix to program
另一答案

--with-python选项。

--with-python
    Use the Homebrew version of Python; by default system Python is used

设置默认的python版本后尝试brew -v install gdb --with-python

以上是关于使用Homebrew在Mac上安装带有Python 3的GDB的主要内容,如果未能解决你的问题,请参考以下文章

使用 Homebrew 和 pyenv 在 Mac 上安装 OpenCV 3 for Python 3

mac上Homebrew安装以及python安装

在 M1 Mac 上安装节点

在 MAC 上使用 Homebrew 安装 PHP

如何让 Mac OS 使用 Homebrew 安装的 python

为 xampp 安装 homebrew mac os x