Skip to content

Commit aea3a81

Browse files
committed
default pkg manager
1 parent 10d15b8 commit aea3a81

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ The extension uses `pip` as the default package manager, but you can use the pac
7676
| ms-python.python:pip | `pip` | Pip acts as the default package manager and it's typically built-in to Python. |
7777
| 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/). |
7878

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+
7989
### Project Management
8090

8191
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

Comments
 (0)