diff options
| author | Adam Vandenberg | 2012-01-28 20:43:58 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-01-28 20:43:58 -0800 |
| commit | 84e8e312c4517ef0854f48f4700e740dd90c2605 (patch) | |
| tree | 6e7faab27439a45242ba2e2c45cf8aef24a37ac5 /Library/Formula/python3.rb | |
| parent | bf12bf0bd82c5940efa12a36d88312e3425f1183 (diff) | |
| download | homebrew-84e8e312c4517ef0854f48f4700e740dd90c2605.tar.bz2 | |
Python3: update caveats
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 9805a14f8..582cef9e2 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -124,10 +124,12 @@ class Python3 < Formula Apple's Tcl/Tk is not recommended for use with 64-bit Python. For more information see: http://www.python.org/download/mac/tcltk/ - A "distutils.cfg" has been written, specifing the install-scripts folder as: + A "distutils.cfg" has been written to: + #{effective_lib}/python3.2/distutils + specifing the install-scripts folder as: #{scripts_folder} - If you install Python packages via "python setup.py install", easy_install, pip, + If you install Python packages via "python3 setup.py install", easy_install, pip, any provided scripts will go into the install-scripts folder above, so you may want to add it to your PATH. |
