-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Tidy Python virtual environment path possibly incorrect on Windows #155480
Copy link
Copy link
Closed
Labels
A-PythonArea: Python, like bootstrap/CI scripts or linters/formatters, etc.Area: Python, like bootstrap/CI scripts or linters/formatters, etc.C-bugCategory: This is a bug.Category: This is a bug.O-windowsOperating system: WindowsOperating system: WindowsT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Metadata
Metadata
Assignees
Labels
A-PythonArea: Python, like bootstrap/CI scripts or linters/formatters, etc.Area: Python, like bootstrap/CI scripts or linters/formatters, etc.C-bugCategory: This is a bug.Category: This is a bug.O-windowsOperating system: WindowsOperating system: WindowsT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Found when running
./x test tidy --extra-checks py:fmtCurrently the relative path is set to
Scripts/python3.exe. I'm not sure if it's for CI runner or legacy reasons or just the usual "nobody really develops on windows", but both Python's built-invenvanduvusepython.exeas the executable name.