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 eae89eb commit 0469479Copy full SHA for 0469479
src/manage/firstrun.py
@@ -407,7 +407,8 @@ def first_run(cmd):
407
shown_any = True
408
LOGGER.print("!Y!The global shortcuts directory is not "
409
"configured.!W!", level=logging.WARN)
410
- LOGGER.print("\nThis enables commands like !B!python3.14.exe!W!, "
+ LOGGER.print("\nConfiguring this enables commands like "
411
+ "!B!python3.14.exe!W! to run from your terminal, "
412
"but is not needed for the !B!python!W! or !B!py!W! "
413
"commands (for example, !B!py -V:3.14!W!).",
414
wrap=True)
0 commit comments