Skip to content

Commit

Permalink
sip: Caveats tell about sip-dir for Python 2.x and 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljohn committed Aug 8, 2013
1 parent ff3187d commit 148a86d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/sip.rb
Expand Up @@ -37,7 +37,8 @@ def install
def caveats
s = ''
s += python.standard_caveats if python
s += "The sip-dir for Python #{python.version.major}.x is #{HOMEBREW_PREFIX}/share/sip#{python.if3then3}."
s += "The sip-dir for Python 2.x is #{HOMEBREW_PREFIX}/share/sip.\n"
s += "The sip-dir for Python 3.x is #{HOMEBREW_PREFIX}/share/sip3."
s
end
end

0 comments on commit 148a86d

Please sign in to comment.