mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-07 12:23:16 -04:00
python2.6 is more common these days
This commit is contained in:
parent
6bf2e8d7eb
commit
3bba5366a6
@ -115,7 +115,7 @@
|
|||||||
// but you must put /usr/local/panda/lib (or $INSTALL_DIR/lib) on
|
// but you must put /usr/local/panda/lib (or $INSTALL_DIR/lib) on
|
||||||
// your PYTHONPATH.
|
// your PYTHONPATH.
|
||||||
|
|
||||||
// #define INSTALL_LIB_DIR /usr/lib/python2.2/site-packages
|
// #define INSTALL_LIB_DIR /usr/lib/python2.6/site-packages
|
||||||
|
|
||||||
|
|
||||||
// The character used to separate components of an OS-specific
|
// The character used to separate components of an OS-specific
|
||||||
@ -319,7 +319,7 @@
|
|||||||
|
|
||||||
// Is Python installed, and should Python interfaces be generated? If
|
// Is Python installed, and should Python interfaces be generated? If
|
||||||
// Python is installed, which directory is it in?
|
// Python is installed, which directory is it in?
|
||||||
#define PYTHON_IPATH /usr/include/python2.4
|
#define PYTHON_IPATH /usr/include/python2.6
|
||||||
#define PYTHON_LPATH
|
#define PYTHON_LPATH
|
||||||
#define PYTHON_FPATH
|
#define PYTHON_FPATH
|
||||||
#define PYTHON_COMMAND python
|
#define PYTHON_COMMAND python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user