From 18ba5e060cf88a77439cde9958dea02f4ee3e1d7 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 1 Aug 2003 00:16:05 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1923 --- doc/install_python_mysqldb.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/install_python_mysqldb.txt b/doc/install_python_mysqldb.txt index b372a87631..392d0ef3bd 100644 --- a/doc/install_python_mysqldb.txt +++ b/doc/install_python_mysqldb.txt @@ -80,7 +80,8 @@ Unix/Linux: compiled statically into Python 7. Configure python $ cd Python-2.3/ - $ ./configure --prefix=/path/to/install/python + $ ./configure --prefix=/usr/local + [or whatever path you want instead of /usr/local] 8. Build $ make