x86_64-linux-gnu-python2.7-config
Header files and a static library for Python (v2.7)
Install
- All systems
-
curl cmd.cat/x86_64-linux-gnu-python2.7-config.sh
- Debian
-
apt-get install libpython2.7-dev
- Ubuntu
-
apt-get install libpython2.7-dev
- Kali Linux
-
apt-get install libpython2.7-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpython2.7-dev
- Raspbian
-
apt-get install libpython2.7-dev
libpython2.7-dev
Header files and a static library for Python (v2.7)
Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. Maintainers of Python packages should read README.maintainers. This package contains development files. It is normally not used on it's own, but as a dependency of python2.7-dev.