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
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the documentation and believe that my question is not covered.
Feature Request
It is been a while, since virtualenv was completely rewritten.
The new version (20.x) and is a lot faster than both Python's built-in venv module and virtualenv 16.x.
It might be a good idea to always use new virtualenv 20.x in poetry.
Feature Request
It is been a while, since
virtualenv
was completely rewritten.The new version (
20.x
) and is a lot faster than both Python's built-invenv
module andvirtualenv 16.x
.It might be a good idea to always use new
virtualenv 20.x
inpoetry
.At the moment,
poetry
usesvirtualenv
only for older Python versions.In other cases, it uses
venv
.I can see why Python may use an older and cut version of
virtualenv
in the standart library, it may be hard to maintain a bleeding-edge software.But this change may add some value to such a modern dependency & enviroment management tool like
poetry
.Would love to see
poetry
running even faster! :)The text was updated successfully, but these errors were encountered: