Python: show where distutils.cfg is written to in caveats
This commit is contained in:
parent
03c6652f4a
commit
cb0c330b4a
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue