x86_64-linux-gnu-python3.7dm-config
Debug Build of the Python Interpreter (version 3.7)
Install
- All systems
-
curl cmd.cat/x86_64-linux-gnu-python3.7dm-config.sh
- Debian
-
apt-get install libpython3.7-dbg
- Ubuntu
-
apt-get install libpython3.7-dbg
- Kali Linux
-
apt-get install libpython3.7-dbg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpython3.7-dbg
libpython3.7-dbg
Debug Build of the Python Interpreter (version 3.7)
The package holds two things: - Extensions for a Python interpreter configured with --pydebug. - Debug information for standard python extensions. See the README.debug for more information.