pyenv also has this with the .python-version file which will switch versions. And with the plugin, you can use virtualenvs in pyenv so that a .python-version can be simply: my-cool-project-virtualenv and switching to that directory automatically switches to it.
pyenv
also has this with the.python-version
file which will switch versions. And with the plugin, you can use virtualenvs in pyenv so that a.python-version
can be simply:my-cool-project-virtualenv
and switching to that directory automatically switches to it.This is a great feature