filmov
tv
Pyenv: How to Install multiple versions of python #machinelearning #mlops

Показать описание
pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.
List available versions
pyenv install --list
filter list
pyenv install --list | grep " 3\.[16789]"
example
pyenv install -v 3.11.10
list all vresions installed with pyenv
pyenv versions
List available versions
pyenv install --list
filter list
pyenv install --list | grep " 3\.[16789]"
example
pyenv install -v 3.11.10
list all vresions installed with pyenv
pyenv versions