pyenv
pyenv is a popular command-line tool that helps Python developers manage multiple Python versions efficiently. If you work on various Python projects, each requiring a different version of Python, pyenv keeps your workflow smooth by allowing you to install, switch, and manage Python versions effortlessly. https://github.com/pyenv/pyenv To install, run Edit ~/.profile add at the end of the file Install build dependency on Ubunutu, run For other operating systems, see https://github.com/pyenv/pyenv/wiki#suggested-build-environment … Read more