python3dmu-config
debug build of the Python 3 Interpreter (version 3.6)
Install
- All systems
-
curl cmd.cat/python3dmu-config.sh
- Debian
-
apt-get install python3-dbg
- Ubuntu
-
apt-get install python3-dbg
- Alpine
-
apk add python3-dbg
- Kali Linux
-
apt-get install python3-dbg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-dbg
- Raspbian
-
apt-get install python3-dbg
- Dockerfile
- dockerfile.run/python3dmu-config
- Docker
-
docker run cmd.cat/python3dmu-config python3dmu-config
powered by Commando
python3-dbg
debug build of the Python 3 Interpreter (version 3.6)
Python 3 interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python3.6/lib-dynload/debug first.