Skip to content

Commit 8ae8ad4

Browse files
committed
reverse change
1 parent 31bf589 commit 8ae8ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/plugins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def load_plugin(self, username, repo, plugin_name):
8484
await self.bot.loop.run_in_executor(
8585
None, self._asubprocess_run,
8686
f'python3 -m pip install -U -r {dirname}/'
87-
'requirements.txt -q -q'
87+
'requirements.txt --user -q -q'
8888
)
8989
# -q -q (quiet)
9090
# so there's no terminal output unless there's an error

0 commit comments

Comments
 (0)