Is it possible to update the minor version of Python <3.MAJOR.MINOR> like the windows installer? #1985
-
I have Python λ VERSION_ALIAS="pyenv_3.8.6" pyenv install 3.8.6 λ pyenv version
pyenv_3.8.6 (set by /home/manoj/.python-version)
λ python -V
Python 3.8.6 Running Is it possible to update my local installation from BenefitThe
λ pip list
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
use |
Beta Was this translation helpful? Give feedback.
use
pyenv pip-migrate
. I don't think an in-place migration is actually possible, because some packages have native compiled extensions?