I am using pyenv with virtualenvwrapper.
For using virtualenvwrapper (without pyenv) I have in my .bash_profile source /usr/local/bin/virtualenvwrapper.sh
When using pyenv with virtualenvwrapper plugin what exactly does pyenv virtualenvwrapper do ?
What I see online is this is required to setup a virtualenvwrapper into your shell. Is it still required if I have sourced virtualenvwrapper.sh ?
To add some more details: as per https://alysivji.github.io/setting-up-pyenv-virtualenvwrapper.html
Anytime we install a new version of Python, we will need to install
virtualenvwrapper. This is done with either the pyenv
virtualenvwrapper or pyenv virtualenvwrapper_lazy
Is it required only once when a new version of python is installed in pyenv ?