簡體   English   中英

如何在Mac上使用python綁定安裝Subversion

[英]How to install Subversion with python bindings on Mac

我正在做:

$ 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提示--with-python是一個真實的選擇,但這不是install命令所同意的。 至少在我的電腦上。 Swig通過brew安裝在我的mac(v3.0.12)上。

https://formulae.brew.sh/formula/subversion已過期。 不支持--with-python參數,因為默認情況下該公式會執行Python步驟。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM