Skip to content

Commit

Permalink
Revise wording to not imply *only* Python 3.10 can be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu authored and Noratrieb committed Sep 24, 2024
1 parent 206f42b commit 957ea06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/tests/compiletest.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,9 @@ test based on the debugger currently being used:
>
> If you want to run lldb debuginfo tests locally, then currently on Windows it is required that:
>
> - You have **exactly** Python 3.10 installed -- not a newer version, not an older version,
> precisely 3.10.
> - You have the `python310.dll` available in your `PATH` env var. This is not provided by the
> standard Python installer you obtain from `python.org`; you need to add this to `PATH` manually.
> - You have Python 3.10 installed.
> - You have `python310.dll` available in your `PATH` env var. This is not provided by the standard
> Python installer you obtain from `python.org`; you need to add this to `PATH` manually.
>
> Otherwise the lldb debuginfo tests can produce crashes in mysterious ways.
Expand Down

0 comments on commit 957ea06

Please sign in to comment.