Lexing literal_block '$ # teste que o interpretador com threads livres foi instalado se o pacote Unix Command Tools foi ativado\n$ /usr/local/bin/python\\ |version|\\ t -VV\nPython \\ |version|\\ .0b2 free-threading build (v\\ |version|\\ .0b2:3a83b172af, Jun 5 2024, 12:57:31) [Clang 15.0.0 (clang-1500.3.9.4)]\n$ # and the traditional interpreter\n$ /usr/local/bin/python\\ |version|\\ -VV\nPython \\ |version|\\ .0b2 (v\\ |version|\\ .0b2:3a83b172af, Jun 5 2024, 12:50:24) [Clang 15.0.0 (clang-1500.3.9.4)]\n$ # test that they are also available without the prefix if /usr/local/bin is on $PATH\n$ python\\ |version|\\ t -VV\nPython \\ |version|\\ .0b2 free-threading build (v\\ |version|\\ .0b2:3a83b172af, Jun 5 2024, 12:57:31) [Clang 15.0.0 (clang-1500.3.9.4)]\n$ python\\ |version|\\ -VV\nPython \\ |version|\\ .0b2 (v\\ |version|\\ .0b2:3a83b172af, Jun 5 2024, 12:50:24) [Clang 15.0.0 (clang-1500.3.9.4)]' as "python3" resulted in an error at token: '$'. Retrying in relaxed mode. [misc.highlighting_failure]