Update bundled python packages to pick up new powershell kernel updates. (#8273)

This commit is contained in:
Cory Rivera
2019-11-07 16:46:05 -08:00
committed by GitHub
parent b1496aa12f
commit 34a274a7d1

View File

@@ -41,6 +41,6 @@ export enum PythonPkgType {
Anaconda = 'Anaconda'
}
export const pythonWindowsInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2109051';
export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2109050';
export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2109049';
export const pythonWindowsInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110625';
export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110525';
export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110524';