Path characters.

This commit is contained in:
Nick Brassel
2025-04-11 22:03:14 +10:00
parent 4d4892f58a
commit d9f9b5a27d
+1 -1
View File
@@ -60,7 +60,7 @@ def main():
env_ok = True
# Check if we're using a `uv`-based environment
if '\\uv\\' in sys.executable:
if '\\uv\\' in sys.executable or '/uv/' in sys.executable:
env_ok = True
# If none of the options above were true, then we're in an unsupported environment. Bomb out.