✏️ Fix typo in `docs/en/docs/virtual-environments.md` (#13124)

This commit is contained in:
Sebastián Ramírez 2024-12-30 18:59:59 +00:00 committed by GitHub
parent d4b6f1d1f6
commit db9da09f72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ C:\Users\user\code\awesome-project\.venv\Scripts\python
That means that the `python` program that will be used is the one **in the virtual environment**.
you use `which` in Linux and macOS and `Get-Command` in Windows PowerShell.
You use `which` in Linux and macOS and `Get-Command` in Windows PowerShell.
The way that command works is that it will go and check in the `PATH` environment variable, going through **each path in order**, looking for the program called `python`. Once it finds it, it will **show you the path** to that program.