default is now to install python source

This commit is contained in:
David Rose 2004-06-04 16:18:34 +00:00
parent b7ef74777a
commit 503028170f

View File

@ -190,7 +190,7 @@
// directory (presumably so you can develop them and make changes // directory (presumably so you can develop them and make changes
// without having to reinstall), comment out this definition and put // without having to reinstall), comment out this definition and put
// your source directory on your PYTHONPATH. // your source directory on your PYTHONPATH.
//#define INSTALL_PYTHON_SOURCE 1 #define INSTALL_PYTHON_SOURCE 1
// Do you want to enable the "in_interpreter" global variable? This // Do you want to enable the "in_interpreter" global variable? This
// will enable some callbacks, particularly the MemoryUsage object, to // will enable some callbacks, particularly the MemoryUsage object, to