Commit b0fb5c0
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 #2661 parent 4887547 commit b0fb5c0
107 files changed
Lines changed: 2050 additions & 1272 deletions
File tree
- .vscode
- src
- client
- common
- errors
- installer
- platform
- process
- terminal
- variables
- formatters
- interpreter
- configuration
- display
- locators
- services
- virtualEnvs
- linters
- errorHandlers
- providers
- telemetry
- unittests
- common
- managers
- services
- nosetest
- pytest
- services
- unittest
- workspaceSymbols
- test
- common
- process
- variables
- format
- interpreters
- linters
- mocks
- unittests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | 69 | | |
94 | 70 | | |
95 | 71 | | |
0 commit comments