mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
@@ -24,7 +24,7 @@ export class PythonPathLookup {
|
|||||||
`${userFolder}/*conda*/bin/python3`
|
`${userFolder}/*conda*/bin/python3`
|
||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
let userFolder = process.env['USERPROFILE'].replace('\\', '/').replace('C:', '');
|
let userFolder = process.env['USERPROFILE'].replace(/\\/g, '/').replace('C:', '');
|
||||||
this.condaLocations = [
|
this.condaLocations = [
|
||||||
'/ProgramData/[Mm]iniconda*/python.exe',
|
'/ProgramData/[Mm]iniconda*/python.exe',
|
||||||
'/ProgramData/[Aa]naconda*/python.exe',
|
'/ProgramData/[Aa]naconda*/python.exe',
|
||||||
|
|||||||
Reference in New Issue
Block a user