@@ -171,16 +171,6 @@ Poetry uses `dulwich` by default for git related tasks to not rely on the availa
171
171
172
172
If you encounter any problems with it, set to ` true ` to use the system git backend.
173
173
174
- ### ` installer.parallel `
175
-
176
- ** Type** : ` boolean `
177
-
178
- ** Default** : ` true `
179
-
180
- * Introduced in 1.1.4*
181
-
182
- Use parallel execution when using the new (` >=1.1.0 ` ) installer.
183
-
184
174
### ` installer.max-workers `
185
175
186
176
** Type** : ` int `
@@ -249,6 +239,15 @@ Unless this is required system-wide, if configured globally, you could encounter
249
239
across all your projects if incorrectly set.
250
240
{{% /warning %}}
251
241
242
+ ### ` installer.parallel `
243
+
244
+ ** Type** : ` boolean `
245
+
246
+ ** Default** : ` true `
247
+
248
+ * Introduced in 1.1.4*
249
+
250
+ Use parallel execution when using the new (` >=1.1.0 ` ) installer.
252
251
253
252
### ` virtualenvs.create `
254
253
@@ -276,25 +275,6 @@ If set to `true`, the virtualenv will be created and expected in a folder named
276
275
277
276
If set to ` false ` , ` poetry ` will ignore any existing ` .venv ` directory.
278
277
279
- ### ` virtualenvs.path `
280
-
281
- ** Type** : ` string `
282
-
283
- ** Default** : ` {cache-dir}/virtualenvs `
284
-
285
- Directory where virtual environments will be created.
286
-
287
- ### ` virtualenvs.prompt `
288
-
289
- ** Type** : ` string `
290
-
291
- ** Default** : ` {project_name}-py{python_version} `
292
-
293
- * Introduced in 1.2.0*
294
-
295
- Format string defining the prompt to be displayed when the virtual environment is activated.
296
- The variables ` project_name ` and ` python_version ` are available for formatting.
297
-
298
278
### ` virtualenvs.options.always-copy `
299
279
300
280
** Type** : ` boolean `
@@ -352,6 +332,14 @@ available within a virtual environment. This can cause some features in these to
352
332
Give the virtual environment access to the system site-packages directory.
353
333
Applies on virtualenv creation.
354
334
335
+ ### ` virtualenvs.path `
336
+
337
+ ** Type** : ` string `
338
+
339
+ ** Default** : ` {cache-dir}/virtualenvs `
340
+
341
+ Directory where virtual environments will be created.
342
+
355
343
### ` virtualenvs.prefer-active-python ` (experimental)
356
344
357
345
** Type** : ` boolean `
@@ -363,6 +351,17 @@ Applies on virtualenv creation.
363
351
Use currently activated Python version to create a new virtual environment.
364
352
If set to ` false ` , Python version used during Poetry installation is used.
365
353
354
+ ### ` virtualenvs.prompt `
355
+
356
+ ** Type** : ` string `
357
+
358
+ ** Default** : ` {project_name}-py{python_version} `
359
+
360
+ * Introduced in 1.2.0*
361
+
362
+ Format string defining the prompt to be displayed when the virtual environment is activated.
363
+ The variables ` project_name ` and ` python_version ` are available for formatting.
364
+
366
365
### ` repositories.<name> `
367
366
368
367
** Type** : ` string `
0 commit comments