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 4d4892f commit d9f9b5aCopy full SHA for d9f9b5a
qmk_cli/script_qmk.py
@@ -60,7 +60,7 @@ def main():
60
env_ok = True
61
62
# Check if we're using a `uv`-based environment
63
- if '\\uv\\' in sys.executable:
+ if '\\uv\\' in sys.executable or '/uv/' in sys.executable:
64
65
66
# If none of the options above were true, then we're in an unsupported environment. Bomb out.
0 commit comments