python-dbg
debug build of the Python Interpreter2 (version 2.7)
Install
- All systems
-
curl cmd.cat/python-dbg.sh
- Debian
-
apt-get install python-dbg
- Ubuntu
-
apt-get install python-dbg
- Kali Linux
-
apt-get install python-dbg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-dbg
- Raspbian
-
apt-get install python-dbg
- Dockerfile
- dockerfile.run/python-dbg
python-dbg
debug build of the Python Interpreter2 (version 2.7)
Python2 interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python2.7/lib-dynload/debug first.