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.
1 parent 31bf589 commit 8ae8ad4Copy full SHA for 8ae8ad4
cogs/plugins.py
@@ -84,7 +84,7 @@ async def load_plugin(self, username, repo, plugin_name):
84
await self.bot.loop.run_in_executor(
85
None, self._asubprocess_run,
86
f'python3 -m pip install -U -r {dirname}/'
87
- 'requirements.txt -q -q'
+ 'requirements.txt --user -q -q'
88
)
89
# -q -q (quiet)
90
# so there's no terminal output unless there's an error
0 commit comments