Use Existing Install option by default when setting up python on Mac and Linux. (#21093)

This commit is contained in:
Cory Rivera
2022-11-03 11:01:18 -07:00
committed by GitHub
parent ec03b3f4aa
commit 90d0310523
2 changed files with 7 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ export const allowRoot = 'allowRoot';
export const winPlatform = 'win32';
export const macPlatform = 'darwin';
export const linuxPlatform = 'linux';
export const jupyterNotebookProviderId = 'jupyter';
export const jupyterConfigRootFolder = 'jupyter_config';