What's the easiest way to clone a virtual environment created with venv
?
Is there a single-command solution to do this?
This question is different from How to duplicate virtualenv, because I'm asking a single-command solution. Something like the option --clone
used by Conda. Moreover this question is about venv
not virtualenv