You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ The following environment managers are supported out of the box:
45
45
| ms-python.python:conda|`conda`| The [conda](https://conda.org) environment manager, as provided by conda distributions like [Anaconda Distribution](https://docs.anaconda.com/anaconda/) or [conda-forge](https://conda-forge.org/download/). Supports creating environments (interactive and quick create) and finding existing environments. |
46
46
| ms-python.python:pyenv|`pyenv`| The [pyenv](https://github.com/pyenv/pyenv) environment manager, used to manage multiple Python versions. Supports finding existing environments. |
47
47
| ms-python.python:poetry|`poetry`| The [poetry](https://python-poetry.org/) environment manager, used for dependency management and packaging in Python projects. Supports finding existing environments. |
48
+
| ms-python.python:pipenv|`pipenv`| The [pipenv](https://pipenv.pypa.io/en/latest/) environment manager, used for managing Python dependencies and environments. Only supports finding existing environments. |
48
49
49
50
#### Supported Actions by Environment Manager
50
51
@@ -55,6 +56,7 @@ The following environment managers are supported out of the box:
55
56
| pyenv | ✅ |||
56
57
| poetry | ✅ |||
57
58
| system | ✅ |||
59
+
| pipenv | ✅ |||
58
60
59
61
**Legend:**
60
62
-**Create**: Ability to create new environments interactively.
@@ -83,6 +85,7 @@ The extension uses `pip` as the default package manager, but you can use the pac
0 commit comments