Version Management

pyenv

You can use pyenv for Python version management.

pyenv works like nvm in that it allows you to switch between different Python versions in one machine.

References

https://github.com/pyenv/pyenv

Last updated