Pyenv: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
 
(One intermediate revision by the same user not shown)
Line 8: 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