Skip to content

Commit

Permalink
docs: update python venv config to opt out of uv
Browse files Browse the repository at this point in the history
  • Loading branch information
erickguan committed Oct 12, 2024
1 parent 877d37c commit a2e26d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/lang/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ A local directory containing patch files to pass to python-build.

Packages list to install with pip after installing a Python version.

### `python_venv_auto_create`
### `python_venv_auto_create` <Badge type="warning" text="deprecated" />

* Type: `bool`
* Env: `MISE_PYTHON_VENV_AUTO_CREATE`
Expand Down
2 changes: 1 addition & 1 deletion schema/mise.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
"type": "boolean"
},
"python_venv_stdlib": {
"description": "Prefer to use venv from Python's standard library.",
"description": "Use venv from Python's standard library.",
"type": "boolean"
},
"quiet": {
Expand Down
2 changes: 1 addition & 1 deletion settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ description = "Automatically create virtualenvs for python tools."
[python_venv_stdlib]
env = "MISE_VENV_STDLIB"
type = "bool"
description = "Use venv from Python's standard library."
description = "Prefer to use venv from Python's standard library."

[quiet]
env = "MISE_QUIET"
Expand Down

0 comments on commit a2e26d4

Please sign in to comment.