<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Python_pyenv</id>
		<title>Python pyenv - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Python_pyenv"/>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Python_pyenv&amp;action=history"/>
		<updated>2026-05-20T12:53:19Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.johnfreier.com/index.php?title=Python_pyenv&amp;diff=1123&amp;oldid=prev</id>
		<title>Jfreier: Created page with &quot;PyEnv is a small app that helps manage different python versions in the system.  https://github.com/pyenv/pyenv  == Install a Python version == To list all the available versi...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Python_pyenv&amp;diff=1123&amp;oldid=prev"/>
				<updated>2023-01-19T21:26:31Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;PyEnv is a small app that helps manage different python versions in the system.  https://github.com/pyenv/pyenv  == Install a Python version == To list all the available versi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;PyEnv is a small app that helps manage different python versions in the system.&lt;br /&gt;
&lt;br /&gt;
https://github.com/pyenv/pyenv&lt;br /&gt;
&lt;br /&gt;
== Install a Python version ==&lt;br /&gt;
To list all the available versions.&lt;br /&gt;
  pyenv install --list&lt;br /&gt;
&lt;br /&gt;
To install a version&lt;br /&gt;
  pyenv install 3.9.14&lt;br /&gt;
&lt;br /&gt;
== Install location ==&lt;br /&gt;
&lt;br /&gt;
Where are the versions of python installed.&lt;br /&gt;
  ~/.pyenv/versions&lt;br /&gt;
&lt;br /&gt;
or &lt;br /&gt;
  pyenv root&lt;br /&gt;
&lt;br /&gt;
== Set Python version ==&lt;br /&gt;
To see all the installed versions.&lt;br /&gt;
  pyenv versions&lt;br /&gt;
&lt;br /&gt;
This will set the local python command to a version.  You can also use 'global'.&lt;br /&gt;
  pyenv local 3.9.14&lt;/div&gt;</summary>
		<author><name>Jfreier</name></author>	</entry>

	</feed>