Python3: update caveats
This commit is contained in:
parent
3e832c8e72
commit
76edc0da52
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue