Learn Before
Concept

pyenv install --list

pyenv install --list

This command lists every version of Python that can currently be installed through pyenv. This includes most Python2 versions, and all Python3 versions. This is a useful command which can ensure that the correct versions of Python for any specific set(s) of dependencies are available.

0

1

Updated 2021-08-03

Contributors are:

Tags

Python Programming Language

Data Science

Related