Pyenv: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with "=Links= =HOWTO= ==List available versions of python== pyenv install -l ==List installed versions== pyenv version"
Tag: wikieditor
 
Tony (talk | contribs)
Tag: wikieditor
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Links=
=Links=
 
*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 version
  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