diff options
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. |
