We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VersionControl.run_command()
.format(**locals())
1 parent 199b828 commit 1d98af4Copy full SHA for 1d98af4
src/pip/_internal/vcs/versioncontrol.py
@@ -690,11 +690,11 @@ def run_command(
690
# only for another user. So, the current user don't have
691
# permission to call the other user command.
692
raise BadCommand(
693
- f'No permission to execute {cls.name!r} - install it '
694
- f'locally, globally (ask admin), or check your PATH. '
695
- f'See possible solutions at '
696
- f'https://pip.pypa.io/en/latest/reference/pip_freeze/'
697
- f'#fixing-permission-denied.'
+ f"No permission to execute {cls.name!r} - install it "
+ f"locally, globally (ask admin), or check your PATH. "
+ f"See possible solutions at "
+ f"https://pip.pypa.io/en/latest/reference/pip_freeze/"
+ f"#fixing-permission-denied."
698
)
699
700
@classmethod
0 commit comments