All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] INSTALL: Add docs on how to use custom Python paths.
@ 2015-08-31 13:22 Ehsan Akhgari
  2015-08-31 14:28 ` Luke Diamand
  2015-08-31 14:53 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Ehsan Akhgari @ 2015-08-31 13:22 UTC (permalink / raw)
  To: git; +Cc: Ehsan Akhgari

Signed-off-by: Ehsan Akhgari <ehsan@mozilla.com>
---
 INSTALL | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/INSTALL b/INSTALL
index ffb071e..5b7fe91 100644
--- a/INSTALL
+++ b/INSTALL
@@ -148,6 +148,11 @@ Issues of note:
 	  supported by Perforce) is needed to use the git-p4 interface
 	  to Perforce.
 
+	  By default, git looks for Python installed in /usr/bin/python.
+	  On systems with a different Python installation path, pass the
+	  --with-python argument to configure, or set the PYTHON_PATH
+	  environment variable when using make to build.
+
  - Some platform specific issues are dealt with Makefile rules,
    but depending on your specific installation, you may not
    have all the libraries/tools needed, or you may have
-- 
2.4.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] INSTALL: Add docs on how to use custom Python paths.
  2015-08-31 13:22 [PATCH] INSTALL: Add docs on how to use custom Python paths Ehsan Akhgari
@ 2015-08-31 14:28 ` Luke Diamand
  2015-08-31 14:53 ` Junio C Hamano
  1 sibling, 0 replies; 3+ messages in thread
From: Luke Diamand @ 2015-08-31 14:28 UTC (permalink / raw)
  To: Ehsan Akhgari; +Cc: Git Users

On 31 August 2015 at 14:22, Ehsan Akhgari <ehsan@mozilla.com> wrote:
> Signed-off-by: Ehsan Akhgari <ehsan@mozilla.com>
> ---
>  INSTALL | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/INSTALL b/INSTALL
> index ffb071e..5b7fe91 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -148,6 +148,11 @@ Issues of note:
>           supported by Perforce) is needed to use the git-p4 interface
>           to Perforce.
>
> +         By default, git looks for Python installed in /usr/bin/python.
> +         On systems with a different Python installation path, pass the
> +         --with-python argument to configure, or set the PYTHON_PATH
> +         environment variable when using make to build.
> +
>   - Some platform specific issues are dealt with Makefile rules,
>     but depending on your specific installation, you may not
>     have all the libraries/tools needed, or you may have

Looks good to me.

Thanks
Luke

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] INSTALL: Add docs on how to use custom Python paths.
  2015-08-31 13:22 [PATCH] INSTALL: Add docs on how to use custom Python paths Ehsan Akhgari
  2015-08-31 14:28 ` Luke Diamand
@ 2015-08-31 14:53 ` Junio C Hamano
  1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2015-08-31 14:53 UTC (permalink / raw)
  To: Ehsan Akhgari; +Cc: git

Ehsan Akhgari <ehsan@mozilla.com> writes:

> Signed-off-by: Ehsan Akhgari <ehsan@mozilla.com>
> ---
>  INSTALL | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/INSTALL b/INSTALL
> index ffb071e..5b7fe91 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -148,6 +148,11 @@ Issues of note:
>  	  supported by Perforce) is needed to use the git-p4 interface
>  	  to Perforce.
>  
> +	  By default, git looks for Python installed in /usr/bin/python.
> +	  On systems with a different Python installation path, pass the
> +	  --with-python argument to configure, or set the PYTHON_PATH
> +	  environment variable when using make to build.
> +
>   - Some platform specific issues are dealt with Makefile rules,
>     but depending on your specific installation, you may not
>     have all the libraries/tools needed, or you may have

Thanks for a patch, but I doubt that it is a good idea to do this.

The paragraph we see in the post-context of your patch is meant to
cover it, together with 47 other platform specific locations like
SHELL_PATH, PERL_PATH, CURLDIR, etc.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-31 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-31 13:22 [PATCH] INSTALL: Add docs on how to use custom Python paths Ehsan Akhgari
2015-08-31 14:28 ` Luke Diamand
2015-08-31 14:53 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.