From 84e8e312c4517ef0854f48f4700e740dd90c2605 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 28 Jan 2012 20:43:58 -0800 Subject: Python3: update caveats --- Library/Formula/python3.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python3.rb') 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. -- cgit v1.2.3