You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+30-3Lines changed: 30 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,23 +139,23 @@ Poetry uses the following default directories:
139
139
- Windows: `%APPDATA%\pypoetry`
140
140
- macOS: `~/Library/Application Support/pypoetry`
141
141
142
-
You can override the Config directory by setting the `POETRY_CONFIG_DIR` environment variable.
142
+
You can override the config directory by setting the `POETRY_CONFIG_DIR` environment variable.
143
143
144
144
### Data Directory
145
145
146
146
- Linux: `$XDG_DATA_HOME/pypoetry` or `~/.local/share/pypoetry`
147
147
- Windows: `%APPDATA%\pypoetry`
148
148
- macOS: `~/Library/Application Support/pypoetry`
149
149
150
-
You can override the Data directory by setting the `POETRY_DATA_DIR` or `POETRY_HOME` environment variables. If `POETRY_HOME` is set, it will be given higher priority.
150
+
You can override the data directory by setting the `POETRY_DATA_DIR` or `POETRY_HOME` environment variables. If `POETRY_HOME` is set, it will be given higher priority.
151
151
152
152
### Cache Directory
153
153
154
154
- Linux: `$XDG_CACHE_HOME/pypoetry` or `~/.cache/pypoetry`
155
155
- Windows: `%LOCALAPPDATA%\pypoetry`
156
156
- macOS: `~/Library/Caches/pypoetry`
157
157
158
-
You can override the Cache directory by setting the `POETRY_CACHE_DIR` environment variable.
158
+
You can override the cache directory by setting the `POETRY_CACHE_DIR` environment variable.
159
159
160
160
## Available settings
161
161
@@ -173,6 +173,21 @@ Defaults to one of the following directories:
0 commit comments