sudo apt-get install libpython-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpython-dev is already the newest version.
libpython-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 101 not upgraded.
Thanks
2014-04-22 12:35, Marc Kleine-Budde yazmış:
On 04/22/2014 11:25 AM, Alexander Aring wrote:test -e `python2.7 -c "import distutils.sysconfig; print distutils.sysconfig.get_makefile_filename()"` && echo "Happy Eastern"BTW:➜ (pts/71) frogger@hardanger:~ (master) ✗ (1) dpkg -S $(python2.7 -c "import distutils.sysconfig; print distutils.sysconfig.get_makefile_filename()") libpython2.7-dev:amd64: /usr/lib/python2.7/config-x86_64-linux-gnu/MakefilePlease try: sudo aptitude install libpython-dev Marc