aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-11-15 09:03:25 -0800
committerAdam Vandenberg2011-11-15 09:03:25 -0800
commit6594f49d44617c21b12f2eeab92889e03501b23f (patch)
treef72acde8815b6ab451be12162ee3fb5897debd7e /Library/Formula/python.rb
parenta8582772cfcb146cd1089fab763b07c222dc1ca6 (diff)
downloadhomebrew-6594f49d44617c21b12f2eeab92889e03501b23f.tar.bz2
Python: show where distutils.cfg is written to in caveats
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 66df71bf3..743e60b0c 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -119,7 +119,9 @@ class Python < Formula
EOS
general_caveats = <<-EOS.undent
- A "distutils.cfg" has been written, specifing the install-scripts folder as:
+ A "distutils.cfg" has been written to:
+ #{effective_lib}/python2.7/distutils
+ specifing the install-scripts folder as:
#{scripts_folder}
If you install Python packages via "python setup.py install", easy_install, pip,