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
@@ -129,7 +129,7 @@ If not set explicitly (default), `poetry` will use the virtualenv from the `.ven
129
129
Directory where virtual environments will be created.
130
130
Defaults to `{cache-dir}/virtualenvs` (`{cache-dir}\virtualenvs` on Windows).
131
131
132
-
### `virtualenvs.always-copy`: boolean
132
+
### `virtualenvs.options.always-copy`: boolean
133
133
134
134
If set to `true` the `--always-copy` parameter is passed to `virtualenv` on creation of the venv. Thus all needed files are copied into the venv instead of symlinked.
0 commit comments