Skip to content

Commit

Permalink
Update invalid pip install flag (qmk#18146)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and nolanseaton committed Jan 23, 2023
1 parent ebce761 commit b259dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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)

Expand Down

0 comments on commit b259dba

Please sign in to comment.