I am very impressed by Comprehensive beginner's virtualenv tutorial? question. I started reading it because, finally, I have decided to use virtualenv.
But I have also found about virtualenvwrapper http://virtualenvwrapper.readthedocs.org/en/latest/, and as I understand it virtualenvwrapper is better.
I did read http://blog.fruiapps.com/2012/06/An-introductory-tutorial-to-python-virtualenv-and-virtualenvwrapper and http://doughellmann.com/2008/05/virtualenvwrapper.html, but from beginner point I still have questions about virtualenvwrapper:
As beginner, who has no experience with virtualenv, should I first start using virtualenv, or to go directly to virtualenvwrapper ?
What is the benefit of virtualenvwrapper ? As far as I understand it is useful when you have many virtual environments.
If I start project with virtualenv, can I later use virtualenvwrapper on it ? Or I need to convert it to virtualenvwrapper, if so how to do conversion ?
What is the benefit of Lazy Loading http://virtualenvwrapper.readthedocs.org/en/latest/install.html#lazy-loading ?
Thanks,