[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 tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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, /Users/ronald/Applications.  It seems 
to work really well.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 patch -> patch review
Added file: http://bugs.python.org/file22014/issue11486.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 development: I have a rather large set of 
Python frameworks on my machine with different build options and all of those 
install a copy of of IDLE and other application bundles into /Applications.

--
assignee: ronaldoussoren
components: Build, Macintosh
messages: 130765
nosy: ned.deily, ronaldoussoren
priority: normal
severity: normal
stage: needs patch
status: open
title: Add option to not install into /Applications
type: behavior
versions: Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com