python-wrapper
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.
- Versions: 3.11.11
- 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 the latest version of python-wrapper
as follows:
guix install python-wrapper
Or install a particular version:
guix install python-wrapper@3.11.11
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.
Badge code
You can use the following badge to inform users of python-wrapper about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-wrapper'><img src='https://packages.guix.gnu.org/packages/python-wrapper/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-wrapper)
Example Org:
[[https://packages.guix.gnu.org/packages/python-wrapper][https://packages.guix.gnu.org/packages/python-wrapper/badges/latest-version.svg]]