Install and Run Multiple Versions of Python | pyenv

preview_player
Показать описание
In this video, I have demonstrated how you can install and run multiple versions of python in Linux using pyenv. pyenv is a wonderful tool for managing multiple Python versions.

At the end of the run while you are installing pyenv, you must need to add pyenv to the path. For me, as I already installed before, it was not needed. The export path will appear at end of terminal when pyenv is being installed. Refer to pyenv github page for more information.

Other videos you might find helpful:

#python #pyenv #datasciencebasics #multiplepythonversion
Рекомендации по теме
Комментарии
Автор

Hey there, thanks for great videos!

system
* 3.9.17 (set by /Users/reez/.pyenv/version)
3.10.12
Python 3.11.3
/opt/homebrew/bin/python3
zsh: command not found: python
Python 3.11.3

Even after setting the global version to 3.9, the 'system' still uses version 3.11. Any ideas on how to fix it?

kenhin