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

preview_player
Показать описание
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
Рекомендации по теме
join shbcf.ru