python-debug 3.11.14
Python with the debug hooks enabled
This variant of Python provides an interpreter built with --with-pydebug to help develop and debug extensions. See https://pythonextensionpatterns.readthedocs.io/en/latest/debugging/debug.html, for more information.
- Outputs:
debug,out - Website: https://www.python.org
- Licenses: Python Software Foundation License
- Package source: gnu/packages/python.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-debug 3.11.14 as follows:
guix install python-debug@3.11.14
Or install the latest version:
guix install python-debug
The python-debug package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:
guix install python-debug:debug
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.