to install a specific version
pyenv install 2.7.18
to check all the versions
pyenv versions
to switch between system and other versions
pyenv global 2.7.18
pyenv global system
to switch python version for local or a particular shell
pyenv local 2.7.18
pyenv shell 2.7.18
to test out the installed version
pyenv -m test
to see the current version
pyenv -V
"learn about virtual env using pyenv next"
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse
Read next

AI Concept to Code: Integrating AI into Agile Development
Justin L Beall -

New AI Speech System Shows Tradeoff Between Following Instructions and Preserving Voice Character
Mike Young -

New Benchmark Shows AI Search Tools Struggle with Expert Instructions in Medical and Legal Fields
Mike Young -

AI System Uses Multiple Data Types to Better Understand Human Emotions via Reinforcement Learning
Mike Young -