<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://wiki.schwatke.de/index.php?action=history&amp;feed=atom&amp;title=Installation_of_Python_Version_from_Source</id>
		<title>Installation of Python Version from Source - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.schwatke.de/index.php?action=history&amp;feed=atom&amp;title=Installation_of_Python_Version_from_Source"/>
		<link rel="alternate" type="text/html" href="https://wiki.schwatke.de/index.php?title=Installation_of_Python_Version_from_Source&amp;action=history"/>
		<updated>2026-07-04T10:34:45Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in Wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://wiki.schwatke.de/index.php?title=Installation_of_Python_Version_from_Source&amp;diff=1685&amp;oldid=prev</id>
		<title>129.187.36.61: Die Seite wurde neu angelegt: „Download Python – Download the Python 3.9 source code archive from its official website. alternatively use below wget command to download Python source code.…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.schwatke.de/index.php?title=Installation_of_Python_Version_from_Source&amp;diff=1685&amp;oldid=prev"/>
				<updated>2021-10-07T12:26:37Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „Download Python – Download the Python 3.9 source code archive from its official website. alternatively use below wget command to download Python source code.…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Download Python – Download the Python 3.9 source code archive from its official website. alternatively use below wget command to download Python source code.&lt;br /&gt;
&lt;br /&gt;
 wget https://www.python.org/ftp/python/3.9.4/Python-3.9.4.tgz &lt;br /&gt;
&lt;br /&gt;
Extract Archive – Next, extract the download archive file using the tar command. If required change your directory before extract.&lt;br /&gt;
&lt;br /&gt;
 tar xzf Python-3.9.4.tgz &lt;br /&gt;
&lt;br /&gt;
Compile Python Source – Switch to the extracted directory and configure the source code with enabling optimizations.&lt;br /&gt;
&lt;br /&gt;
 cd Python-3.9.4 &lt;br /&gt;
 ./configure --enable-optimizations &lt;br /&gt;
&lt;br /&gt;
Install Python 3.9 – Finally, run the make command to complete the Python installation. Here altinstall option is to install Python separately than default versions.&lt;br /&gt;
&lt;br /&gt;
 make altinstall &lt;br /&gt;
&lt;br /&gt;
Check version&lt;br /&gt;
&lt;br /&gt;
 python3.9 -V &lt;br /&gt;
 pip3.9 -V&lt;/div&gt;</summary>
		<author><name>129.187.36.61</name></author>	</entry>

	</feed>