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

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.