Skip to content

Commit d2187e5

Browse files
authored
Adding detail to create environment pip install prompt (#23470)
We discussed how it might not be clear to the user that this action will create a virtual environment in addition to running their last command to install packages into the newly created environment. Thoughts on adding this detail?
1 parent 594c9c0 commit d2187e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/utils/localize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ export namespace CreateEnv {
523523
export const createEnvironment = l10n.t('Create');
524524

525525
export const globalPipInstallTriggerMessage = l10n.t(
526-
'You may have installed Python packages into your global environment, which can cause conflicts between package versions. Would you like to create a virtual environment to isolate your dependencies?',
526+
'You may have installed Python packages into your global environment, which can cause conflicts between package versions. Would you like to create a virtual environment with these packages to isolate your dependencies?',
527527
);
528528
}
529529
}

0 commit comments

Comments
 (0)