Python3: update caveats

master
Adam Vandenberg 2012-01-28 20:43:58 -08:00
parent 3e832c8e72
commit 76edc0da52
1 changed files with 4 additions and 2 deletions

View File

@ -124,10 +124,12 @@ class Python3 < Formula
Apple's Tcl/Tk is not recommended for use with 64-bit Python. Apple's Tcl/Tk is not recommended for use with 64-bit Python.
For more information see: http://www.python.org/download/mac/tcltk/ 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} #{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 any provided scripts will go into the install-scripts folder above, so you may
want to add it to your PATH. want to add it to your PATH.