Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Aman Gupta
Aman Gupta

Posted on

pyenv notes

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
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Read next

dev3l profile image

AI Concept to Code: Integrating AI into Agile Development

Justin L Beall -

mikeyoung44 profile image

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

Mike Young -

mikeyoung44 profile image

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

Mike Young -

mikeyoung44 profile image

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

Mike Young -

I'm a ML engineer mostly specialising in Deep Learning. Currently I'm working on research projects in ML and AI domain.
  • Location
    Bhopal, India
  • Joined

More fromAman Gupta

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp