我正在做:
$ brew install subversion --with-python
然而,自制报告:
Warning: subversion: this formula has no --with-python option so it will be ignored!
它继续安装subversion,因为这只是一个警告,但我也需要python绑定。
我试过
--with-python
在其他位置,但没有任何区别。
以下是所有输出:
Warning: subversion: this formula has no --with-python option so it will be ignored!
==> Downloading https://homebrew.bintray.com/bottles/subversion-1.10.2.high_sierra.bottle.tar.gz
Already downloaded: /Users/paul/Library/Caches/Homebrew/downloads/cd34819a835db41e326680b8e94b4343ee0d98f68456b42c03fd1895c77b65c7--subversion-1.10.2.high_sierra.bottle.tar.gz
==> Pouring subversion-1.10.2.high_sierra.bottle.tar.gz
==> Caveats
svntools have been installed to:
/usr/local/opt/subversion/libexec
The perl bindings are located in various subdirectories of:
/usr/local/opt/subversion/lib/perl5
If you wish to use the Ruby bindings you may need to add:
/usr/local/lib/ruby
to your RUBYLIB.
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
ðº /usr/local/Cellar/subversion/1.10.2: 244 files, 30.4MB
其他信息:我在MacOS 10.13.6上。今天升级了Homebrew(没有挂起的升级)。有一个信息页面
https://formulae.brew.sh/formula/subversion
这说明
--使用python
是一个实际的选项,但install命令不同意这种情况。至少在我的电脑上。swig通过brew安装在我的mac(v3.0.12)上。