<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Windows%2FPython</id>
	<title>Windows/Python - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Windows%2FPython"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Windows/Python&amp;action=history"/>
	<updated>2026-06-26T17:01:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=Windows/Python&amp;diff=5820&amp;oldid=prev</id>
		<title>Kenneth: /* 3.8.7 Installer */</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Windows/Python&amp;diff=5820&amp;oldid=prev"/>
		<updated>2021-01-26T19:20:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;3.8.7 Installer&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== 3.9.1 Installer ==&lt;br /&gt;
&lt;br /&gt;
 https://www.python.org/ftp/python/3.9.1/python-3.9.1-amd64.exe&lt;br /&gt;
&lt;br /&gt;
 python-3.9.1-amd64.exe  /?&lt;br /&gt;
&lt;br /&gt;
For full list of options: https://docs.python.org/3.9/using/windows.html&lt;br /&gt;
&lt;br /&gt;
 /quiet = To completely hide the installer UI and install Python silently, pass the /quiet option.&lt;br /&gt;
&lt;br /&gt;
 /passive = To skip past the user interaction but still display progress and errors, pass the /passive option.&lt;br /&gt;
&lt;br /&gt;
 /uninstall = The /uninstall option may be passed to immediately begin removing Python - no prompt will be displayed.&lt;br /&gt;
&lt;br /&gt;
All other options are passed as name=value, where the value is usually 0 to disable a feature, 1 to enable a feature, or a path. The full list of available options is shown below.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* InstallAllUsers - Perform a system-wide installation. (default 0)&lt;br /&gt;
* PrependPath - Add install and Scripts directories to PATH and .PY to PATHEXT (default 0)&lt;br /&gt;
* Include_test - Install standard library test suite (default 1)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
For example, to silently install a default, system-wide Python installation, you could use the following command (from an elevated command prompt):&lt;br /&gt;
 python-3.9.1-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0&lt;br /&gt;
&lt;br /&gt;
This will install to:&lt;br /&gt;
 C:\Program Files\Python39\python.exe&lt;br /&gt;
&lt;br /&gt;
 python-3.9.1-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=C:\Python39&lt;br /&gt;
&lt;br /&gt;
Make python3.exe work:&lt;br /&gt;
 copy C:\Python39\python.exe C:\Python39\python3.exe&lt;br /&gt;
&lt;br /&gt;
Delete this:&lt;br /&gt;
 %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\python3.exe&lt;br /&gt;
&lt;br /&gt;
 del &amp;quot;C:\Users\user\AppData\Local\Microsoft\WindowsApps\python3.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== 3.8.7 Installer ==&lt;br /&gt;
&lt;br /&gt;
 https://www.python.org/ftp/python/3.8.7/python-3.8.7-amd64.exe&lt;br /&gt;
&lt;br /&gt;
For full list of options: https://docs.python.org/3.8/using/windows.html&lt;br /&gt;
&lt;br /&gt;
== Python 2 Pip 21 Breakage ==&lt;br /&gt;
&lt;br /&gt;
fix_pip.bat:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@echo off&lt;br /&gt;
&lt;br /&gt;
C:\python27\python.exe -m pip --version&lt;br /&gt;
IF ERRORLEVEL 1 GOTO ERROR&lt;br /&gt;
echo Pip is happy&lt;br /&gt;
exit 0&lt;br /&gt;
&lt;br /&gt;
:ERROR&lt;br /&gt;
echo Pip is broken, reinstalling...&lt;br /&gt;
&lt;br /&gt;
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py&lt;br /&gt;
C:\python27\python.exe get-pip.py&lt;br /&gt;
&lt;br /&gt;
C:\python27\python.exe -m pip --version&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>