Skip to content

Commit

Permalink
doc: fix configuration typo for venv.in_project (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 13, 2023
1 parent 0ea3119 commit 2049e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/usage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The following configuration items can be retrieved and modified by [`pdm config`
| `venv.location` | Parent directory for virtualenvs | `<default data location on OS>/venvs` | No | |
| `venv.backend` | Default backend to create virtualenv | `virtualenv` | Yes | `PDM_VENV_BACKEND` |
| `venv.prompt` | Formatted string to be displayed in the prompt when virtualenv is active | `{project_name}-{python_version}` | Yes | `PDM_VENV_PROMPT` |
| `venv.in-project` | Create virtualenv in `.venv` under project root | `False` | Yes | `PDM_VENV_IN_PROJECT` |
| `venv.in_project` | Create virtualenv in `.venv` under project root | `False` | Yes | `PDM_VENV_IN_PROJECT` |
| `venv.with_pip` | Install pip when creating a new venv | `False` | Yes | `PDM_VENV_WITH_PIP` |

_If the corresponding env var is set, the value will take precedence over what is saved in the config file._

0 comments on commit 2049e3b

Please sign in to comment.