python-wrapper 3.11.11
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.
- Outputs:
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-wrapper 3.11.11
as follows:
guix install python-wrapper@3.11.11
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.