How to find the path of python and then adding in $PATH

I am using opensuse 64 bit.i am facing
configure: error: cannot find Python include path
Please help me

Try in a console: whereis python

You’ll have something like:

python: /usr/bin/python /usr/bin/python2.6 /usr/lib/python /usr/lib/python2.6 /usr/bin/X11/python /usr/bin/X11/python2.6 /usr/include/python2.6 /usr/share/man/man1/python.1.gz

thank you
I got that.
please tell me which path is include path of python that will be used in configure

Are you trying a program compilation? if so you have to install python-devel.

Thanks
i got the solution