Learn Before
Concept

pyenv Usage & Commands

This branch of nodes will cover pyenv usage/commands. These commands work regardless of machine/operating system.

pyenv install --list pyenv install 3.x.x~ pyenv versions pyenv global (3.x.x~) pyenv local (3.x.x~)

Note: Each tilde (~) indicates a possible letter (it is possible that there is an additional digit after this letter). This only pertains to pyenv-win (Windows users).

0

1

Updated 2021-08-03

Contributors are:

Tags

Python Programming Language

Data Science

Learn After