guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-wrapper: Mention pip in description.


From: guix-commits
Subject: branch master updated: gnu: python-wrapper: Mention pip in description.
Date: Mon, 14 Sep 2020 04:35:21 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 24244f3  gnu: python-wrapper: Mention pip in description.
24244f3 is described below

commit 24244f3fbff8cd107162803ab9c4392912ce6546
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Sep 14 10:27:32 2020 +0200

    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.
---
 gnu/packages/python.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 45d7288..993ca0b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -581,7 +581,9 @@ for more information.")))
     (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]