Unverified Commit 80e60a61 authored by Yanwen Lin's avatar Yanwen Lin Committed by GitHub
Browse files

[Doc] Suggest "--managed-python" flag when installing python using uv (#33069)


Signed-off-by: default avatarYanwen Lin <lyw1124278064@gmail.com>
parent 26e722f9
It's recommended to use [uv](https://docs.astral.sh/uv/), a very fast Python environment manager, to create and manage Python environments. Please follow the [documentation](https://docs.astral.sh/uv/#getting-started) to install `uv`. After installing `uv`, you can create a new Python environment using the following commands: It's recommended to use [uv](https://docs.astral.sh/uv/), a very fast Python environment manager, to create and manage Python environments. Please follow the [documentation](https://docs.astral.sh/uv/#getting-started) to install `uv`. After installing `uv`, you can create a new Python environment using the following commands:
```bash ```bash
uv venv --python 3.12 --seed uv venv --python 3.12 --seed --managed-python
source .venv/bin/activate source .venv/bin/activate
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment