Lexing literal_block 'RELEASE="python-\\ |version|\\ 0b2-macos11.pkg"\n\n# pobierz pakiet instalatora\ncurl -O \\https://www.python.org/ftp/python/\\ |version|\\ .0/${RELEASE}\n\n# utwórz zmiany wyboru instalatora aby dostosować instalację:\n# Włącz PythonTFramework-\\ |version|\\ pakiet\n# akceptując pozostałe ustawienia domyślne (zainstaluj wszystkie pozostałe pakiety)\ncat > ./choicechanges.plist <<EOF\n<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "\\http://www.apple.com/DTDs/PropertyList-1.0.dtd">\n<plist version="1.0">\n<array>\n<dict>\n<key>attributeSetting</key>\n<integer>1</integer>\n<key>choiceAttribute</key>\n<string>selected</string>\n<key>choiceIdentifier</key>\n<string>org.python.Python.PythonTFramework-\\ |version|\\ </string>\n</dict>\n</array>\n</plist>\nEOF\n\nsudo installer -pkg ./${RELEASE} -applyChoiceChangesXML ./choicechanges.plist -target /' as "python3" resulted in an error at token: '$'. Retrying in relaxed mode. [misc.highlighting_failure]