mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-wrapper: Mention pip in description.
* gnu/packages/python.scm (python-wrapper)[description]: Mention that `pip' won't work properly if both python and python-wrapper are installed.
This commit is contained in:
parent
2be5c2652a
commit
24244f3fbf
1 changed files with 3 additions and 1 deletions
|
@ -581,7 +581,9 @@ (define* (wrap-python3 python
|
|||
(description
|
||||
"This package provides wrappers for the commands of Python@tie{}3.x such
|
||||
that they can be invoked under their usual name---e.g., @command{python}
|
||||
instead of @command{python3}.")))
|
||||
instead of @command{python3} or @command{pip} instead of @command{pip3}.
|
||||
To function properly, this package should not be installed together with the
|
||||
@command{python} package.")))
|
||||
|
||||
(define-public python-wrapper (wrap-python3 python))
|
||||
(define-public python-minimal-wrapper (wrap-python3 python-minimal))
|
||||
|
|
Loading…
Reference in a new issue