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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,16 @@ The extension uses `pip` as the default package manager, but you can use the pac
76
76
| ms-python.python:pip|`pip`| Pip acts as the default package manager and it's typically built-in to Python. |
77
77
| ms-python.python:conda|`conda`| The [conda](https://conda.org) package manager, as provided by conda distributions like [Anaconda Distribution](https://docs.anaconda.com/anaconda/) or [conda-forge](https://conda-forge.org/download/). |
78
78
79
+
#### Default Package Manager by Environment Manager
80
+
81
+
| Environment Manager | Default Package Manager |
82
+
|---------------------|------------------------|
83
+
| venv | pip |
84
+
| conda | conda |
85
+
| pyenv | pip |
86
+
| poetry | poetry |
87
+
| system | pip |
88
+
79
89
### Project Management
80
90
81
91
A "Python Project" is any file or folder that contains runnable Python code and needs its own environment. With the Python Environments extension, you can add files and folders as projects in your workspace and assign individual environments to them allowing you to run various projects more seamlessly.
0 commit comments