Skip to content

Commit

Permalink
python.md: Fix python_env command (#36641)
Browse files Browse the repository at this point in the history
* python.md: Fix python_env command

This PR fixes the python activation command in the tutorial.
From  `source pyenv/bin/activate` to `source out/python_env/bin/activate`

* Restyled by prettier-markdown

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
soares-sergio and restyled-commits authored Nov 28, 2024
1 parent abc89a7 commit 406aca5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/testing/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,12 +590,11 @@ or
bootstrap.sh should be used for for the first setup, activate.sh may be used for
subsequent setups as it is faster.

Next build the python wheels and create / activate a venv (called `pyenv` here,
but any name may be used)
Next build the python wheels and create / activate a venv

```
./scripts/build_python.sh -i out/python_env
source pyenv/bin/activate
source out/python_env/bin/activate
```

## Running tests
Expand Down

0 comments on commit 406aca5

Please sign in to comment.