diff --git a/src/pip/_internal/commands/install.py b/src/pip/_internal/commands/install.py index 2aa9a34e7..3739e20df 100644 --- a/src/pip/_internal/commands/install.py +++ b/src/pip/_internal/commands/install.py @@ -554,9 +554,10 @@ class InstallCommand(RequirementCommand): "already have installed. This may cause an uncaught " "dependency conflict.\n" ) + form_link = "https://forms.gle/cWKMoDs8sUVE29hz9" parts.append( "If you would like pip to take your other packages into " - "account, please tell us here: https://forms.gle/cWKMoDs8sUVE29hz9\n" + "account, please tell us here: {}\n".format(form_link) ) else: parts.append(