diff --git a/beets/ui/__init__.py b/beets/ui/__init__.py index ae2e9e635..79fbcd4c0 100644 --- a/beets/ui/__init__.py +++ b/beets/ui/__init__.py @@ -1861,9 +1861,7 @@ def main(args=None): if "AppData\\Local\\Microsoft\\WindowsApps" in sys.exec_prefix: log.error( "error: beets is unable to use the Microsoft Store version of " - "Python. Please install Python from python.org." - ) - log.error( + "Python. Please install Python from https://python.org.\n" "error: More details can be found here " "https://beets.readthedocs.io/en/stable/guides/main.html" )