File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/client/interpreter/locators/services Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ export const CondaLocationsGlob = untildify('~/*conda*/bin/conda');
31
31
32
32
// ...and for windows, the known default install locations:
33
33
const condaGlobPathsForWindows = [
34
- '/ProgramData/Miniconda */Scripts/conda.exe' ,
35
- '/ProgramData/Anaconda */Scripts/conda.exe' ,
36
- untildify ( '~/Miniconda */Scripts/conda.exe' ) ,
37
- untildify ( '~/Anaconda */Scripts/conda.exe' ) ,
38
- untildify ( '~/AppData/Local/Continuum/Miniconda */Scripts/conda.exe' ) ,
39
- untildify ( '~/AppData/Local/Continuum/Anaconda */Scripts/conda.exe' ) ] ;
34
+ '/ProgramData/[Mm]iniconda */Scripts/conda.exe' ,
35
+ '/ProgramData/[Aa]naconda */Scripts/conda.exe' ,
36
+ untildify ( '~/[Mm]iniconda */Scripts/conda.exe' ) ,
37
+ untildify ( '~/[Aa]naconda */Scripts/conda.exe' ) ,
38
+ untildify ( '~/AppData/Local/Continuum/[Mm]iniconda */Scripts/conda.exe' ) ,
39
+ untildify ( '~/AppData/Local/Continuum/[Aa]naconda */Scripts/conda.exe' ) ] ;
40
40
41
41
// format for glob processing:
42
42
export const CondaLocationsGlobWin = `{${ condaGlobPathsForWindows . join ( ',' ) } }` ;
You can’t perform that action at this time.
0 commit comments