Skip to content

Commit eae89eb

Browse files
committed
Don't check for any install by default
1 parent 36ec58c commit eae89eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manage/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ class FirstRun(BaseCommand):
988988
check_app_alias = True
989989
check_long_paths = True
990990
check_py_on_path = True
991-
check_any_install = True
991+
check_any_install = False
992992
check_latest_install = True
993993
check_global_dir = True
994994

0 commit comments

Comments
 (0)