Pyenv: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
m →HOWTO Tag: wikieditor |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Links= | =Links= | ||
*https://github.com/pyenv/pyenv | *https://github.com/pyenv/pyenv | ||
*[https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe pyenv vs venv] | |||
=HOWTO= | =HOWTO= | ||
| Line 7: | Line 8: | ||
==List installed versions== | ==List installed versions== | ||
pyenv | pyenv versions | ||
==Install newer python== | |||
pyenv install 3.13.4 | |||
Latest revision as of 08:13, 30 August 2025
Links
HOWTO
List available versions of python
pyenv install -l
List installed versions
pyenv versions
Install newer python
pyenv install 3.13.4
