Skip to content

Commit 3755cde

Browse files
authored
Add additional help when execution aliases are not ready. (#298)
Fixes #294
1 parent 23b3e12 commit 3755cde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/manage/firstrun.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ def first_run(cmd):
348348
"execution aliases!W!' settings page and enabling each "
349349
"item labelled '!B!Python (default)!W!' and '!B!Python "
350350
"install manager!W!'.\n", wrap=True)
351+
LOGGER.print("If the items are already enabled, you may need to disable "
352+
"and re-enable them.\n", wrap=True)
351353
if (
352354
cmd.confirm and
353355
not cmd.ask_ny("Open Settings now, so you can modify !B!App "

0 commit comments

Comments
 (0)