Learn Before
Concept
pyenv install 3.x.x~
pyenv install 3.x.x~
This command will install the specified version of Python3. This can also be used to install different versions of Python2. The command would be very similar, simply replacing the “3” with a “2”
pyenv install 2.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