
And if you would like to know which versions of Jython can be installed by pyenv, you can figure that out just as easy by typing pyenv install -list | grep "jython".Ġ0:57 Once you’ve figured out which version you want, you can install it with a single command, pyenv install -v 3.9.1. You have many versions of Python to choose from and to see all available Python versions, you can run the command pyenv install -list.Ġ0:19 This is a very long list that might be tough to scroll through, so let’s use the power of grep to see all available CPython versions for version 3.8 and 3.9.Ġ0:33 Let’s type pyenv install -list | grep with a certain filter.


00:00 Now that you’ve installed pyenv, installing a specific version of Python is the next step.
