✏️ Fix a typo in docs/virtual-environments.md
(#1085)
This commit is contained in:
parent
28f57431d6
commit
160eb908a3
@ -558,7 +558,7 @@ The solution to the problems of having all the packages in the global environmen
|
|||||||
|
|
||||||
A virtual environment is a **directory**, very similar to the global one, where you can install the packages for a project.
|
A virtual environment is a **directory**, very similar to the global one, where you can install the packages for a project.
|
||||||
|
|
||||||
This way, each project will have it's own virtual environment (`.venv` directory) with its own packages.
|
This way, each project will have its own virtual environment (`.venv` directory) with its own packages.
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TB
|
flowchart TB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user