mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
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).
|
||
|---|---|---|
| .. | ||
| English.lproj | ||
| doscript.h | ||
| doscript.m | ||
| factorySettings.plist | ||
| FileSettings.h | ||
| FileSettings.m | ||
| Info.plist.in | ||
| main.m | ||
| Makefile.in | ||
| MyAppDelegate.h | ||
| MyAppDelegate.m | ||
| MyDocument.h | ||
| MyDocument.m | ||
| PreferencesWindowController.h | ||
| PreferencesWindowController.m | ||