This package browser is in early development. Mind the rough edges.

python-wrapper 3.10.7

Wrapper for the Python 3 commands

This package provides wrappers for the commands of Python 3.x such that they can also be invoked under their usual names---e.g., python instead of python3 or pip instead of pip3.

To function properly, this package should not be installed together with the python package: this package uses the python package as a propagated input, so installing this package already makes both the versioned and the unversioned commands available.

Installation

Install python-wrapper 3.10.7 as follows:

guix install python-wrapper@3.10.7

Or install the latest version:

guix install python-wrapper

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.