Is it possible to use python3 -m venv approach when creating virtualenv for python3? It is much faster (0.936s vs 2.464s on my system).
I see it is at least not straight-forward to implement, but it would be a nice feature.
P.S. Thanks for this tool, looks like it is the virtualenv manager I was looking for. According to docs it should fit my workflow exactly...
Is it possible to use
python3 -m venvapproach when creating virtualenv for python3? It is much faster (0.936s vs 2.464s on my system).I see it is at least not straight-forward to implement, but it would be a nice feature.
P.S. Thanks for this tool, looks like it is the virtualenv manager I was looking for. According to docs it should fit my workflow exactly...