We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c898f03 commit d42e7f2Copy full SHA for d42e7f2
src/manage/firstrun.py
@@ -389,7 +389,7 @@ def first_run(cmd):
389
LOGGER.print("!Y!You do not have any Python runtimes installed.!W!",
390
level=logging.WARN)
391
LOGGER.print("\nInstall the current latest version of CPython? If "
392
- "not, you can use !B!py install default!W! later to "
+ "not, you can use '!B!py install default!W!' later to "
393
"install, or one will be installed automatically when "
394
"needed.\n", wrap=True)
395
LOGGER.info("")
0 commit comments