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
@@ -128,6 +129,12 @@ If not set explicitly (default), `poetry` will use the virtualenv from the `.ven
128
129
Directory where virtual environments will be created.
129
130
Defaults to `{cache-dir}/virtualenvs` (`{cache-dir}\virtualenvs` on Windows).
130
131
132
+
### `virtualenvs.always-copy`: boolean
133
+
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.
135
+
Defaults to `false`.
136
+
137
+
131
138
### `repositories.<name>`: string
132
139
133
140
Set a new alternative repository. See [Repositories](/docs/repositories/) for more information.
0 commit comments