Learn Before
Concept

pyenv versions

pyenv versions

This command will list all versions of Python currently installed on your machine (through pyenv). It will also mark which version is currently set as the default in the current working directory. If there is no specific version set for the working directory, it will mark the system version of Python (if one exists) or any other version of Python that has already been installed.

0

1

Updated 2021-08-03

Contributors are:

Tags

Python Programming Language

Data Science

Related