20
pyenv/pyenv: Simple Python version management
(github.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
pyenvalso has this with the.python-versionfile which will switch versions. And with the plugin, you can use virtualenvs in pyenv so that a.python-versioncan be simply:my-cool-project-virtualenvand switching to that directory automatically switches to it.Automatically switching to virtual environment seems like an even useful thing to me. Thanks for mentioning it.
This is a great feature