[issue11486] Add option to not install into /Applications

2021-05-24 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: Ronald, do you still wish to apply this? It should be easy to rebase this patch onto main. If not, we should perhaps close this issue. -- nosy: +erlendaasland versions: +Python 3.11 -Python 3.4 ___ Python track

[issue11486] Add option to not install into /Applications

2012-07-31 Thread Ned Deily
Ned Deily added the comment: That would be nice although if you use your documented trick in Mac/README: ./configure --enable-framework=/Users/ronald/Library/Frameworks everything including the Applications directory is installed relative to the frameworks directory, so, in this case, /Use

[issue11486] Add option to not install into /Applications

2012-07-31 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- keywords: +needs review versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list

[issue11486] Add option to not install into /Applications

2011-05-17 Thread Ronald Oussoren
Ronald Oussoren added the comment: This patch adds an flag to the configure script: --without-framework-applications. When this flag is used 'make install' will not create /Applications/Python 3.3, and won't install IDLE.app and PythonLauncher.app -- keywords: +patch stage: needs pat

[issue11486] Add option to not install into /Applications

2011-03-13 Thread Ronald Oussoren
New submission from Ronald Oussoren : It would be nice if it were possible to install a framework installation from source without also installing files into /Applications. This could be done by adding an option to configure --without-macosx-applications. The primairy usecase for this is deve