Skip to content

Commit b0fb5c0

Browse files
authored
Ability to install modules using pip or conda (#380)
* Add support for pip and/or conda when installing modules * Fix display versions for environments (fixes #378) * Refactor installer to use the pip/conda module installer for installation of modules * Performance improvement of detecting virtual env and setting it (fixes #372) * Code refactor to ensure interpreter locators use the new DI framework * Fixes #266
1 parent 4887547 commit b0fb5c0

File tree

107 files changed

+2050
-1272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+2050
-1272
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,6 @@
6666
"fileLocation": "relative"
6767
}
6868
]
69-
},
70-
{
71-
"label": "Hygiene (staged)",
72-
"type": "gulp",
73-
"task": "hygiene-staged",
74-
"problemMatcher": [
75-
"$tsc",
76-
{
77-
"base": "$tslint5",
78-
"fileLocation": "relative"
79-
}
80-
]
81-
},
82-
{
83-
"label": "Hygiene (all)",
84-
"type": "gulp",
85-
"task": "hygiene",
86-
"problemMatcher": [
87-
"$tsc",
88-
{
89-
"base": "$tslint5",
90-
"fileLocation": "relative"
91-
}
92-
]
9369
}
9470
]
9571
}

0 commit comments

Comments
 (0)