|
|
|
|
|
by huskyr
1503 days ago
|
|
One thing i like about pyenv that isn't very well documented is the fact that you can easily install the latest release from a specific version by using the :latest suffix. For example: pyenv install 3.8:latest Will install the latest 3.8 Python version. |
|