Skip to content

Commit

Permalink
Ability to install modules using pip or conda (#380)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
DonJayamanne authored Dec 11, 2017
1 parent 4887547 commit b0fb5c0
Show file tree
Hide file tree
Showing 107 changed files with 2,050 additions and 1,272 deletions.
24 changes: 0 additions & 24 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,30 +66,6 @@
"fileLocation": "relative"
}
]
},
{
"label": "Hygiene (staged)",
"type": "gulp",
"task": "hygiene-staged",
"problemMatcher": [
"$tsc",
{
"base": "$tslint5",
"fileLocation": "relative"
}
]
},
{
"label": "Hygiene (all)",
"type": "gulp",
"task": "hygiene",
"problemMatcher": [
"$tsc",
{
"base": "$tslint5",
"fileLocation": "relative"
}
]
}
]
}
Loading

0 comments on commit b0fb5c0

Please sign in to comment.