diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b92746a260..8bba7ca256 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -370,8 +370,8 @@ (define* (wrap-python3 python (lambda (old new) (symlink (string-append python old) (string-append bin "/" new))) - '("python3" "pydoc3" "idle3" "pip3" "python3-config") - '("python" "pydoc" "idle" "pip" "python-config")))))) + '("python3" "pydoc3" "idle3") + '("python" "pydoc" "idle")))))) (synopsis "Wrapper for the Python 3 commands") (description "This package provides wrappers for the commands of Python@tie{}3.x such