mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-01 02:33:53 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
f438b95380
@ -101,7 +101,7 @@ def _install_deps(requirements):
|
||||
|
||||
elif not os.access(sys.prefix, os.W_OK):
|
||||
# We can't write to sys.prefix, attempt to install locally
|
||||
command.append('--local')
|
||||
command.append('--user')
|
||||
|
||||
return _run_cmd(*command, '-r', requirements)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user