]> granicus.if.org Git - python/commit
Fix for issue #3646: with this patch it is possible to do a
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 30 Apr 2010 11:20:14 +0000 (11:20 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 30 Apr 2010 11:20:14 +0000 (11:20 +0000)
commit01d149fc1f249f6dda24728c45cd89cf5ba99025
tree1123581f7927d46be08ea8fc5e0828643c1a6c66
parentc121f130b50eaaef827b6973eaa1d5a71f48372e
Fix for issue #3646: with this patch it is possible to do a
framework install of Python in your home directory (on OSX):

   $ configure --enable-framework=${HOME}/Library/Frameworks
   $ make && make install

Without this patch the framework would get installed just fine,
but 'make install' would try to install the application bundles
and command-line tools outside the user's home, which doesn't work
for non-admin users (and is bad form anyway).
Mac/IDLE/Makefile.in
Mac/Makefile.in
Mac/PythonLauncher/Makefile.in
Mac/README
Misc/NEWS
configure
configure.in