<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cramsession.net/index.php?action=history&amp;feed=atom&amp;title=Computer_Notes%2FPython%2FPIP</id>
	<title>Computer Notes/Python/PIP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cramsession.net/index.php?action=history&amp;feed=atom&amp;title=Computer_Notes%2FPython%2FPIP"/>
	<link rel="alternate" type="text/html" href="https://cramsession.net/index.php?title=Computer_Notes/Python/PIP&amp;action=history"/>
	<updated>2026-06-03T19:48:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://cramsession.net/index.php?title=Computer_Notes/Python/PIP&amp;diff=1665&amp;oldid=prev</id>
		<title>Mflavell: Created page with &quot;= Adding a local python mirror =  == Windows ==  ::* Press Win + R, type %APPDATA%, and hit Enter. (This opens your AppData\Roaming folder).  ::* Look for a folder named pip. If it’s not there, right-click, select New &gt; Folder, and name it pip.  :::* Go inside that pip folder.  :::* Right-click, select New &gt; Text Document.  ::* Name it pip.ini (make sure you delete the .txt extension at the end).  :::* Open it in Notepad, paste your mirror configuration, and save it....&quot;</title>
		<link rel="alternate" type="text/html" href="https://cramsession.net/index.php?title=Computer_Notes/Python/PIP&amp;diff=1665&amp;oldid=prev"/>
		<updated>2026-06-01T17:43:24Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Adding a local python mirror =  == Windows ==  ::* Press Win + R, type %APPDATA%, and hit Enter. (This opens your AppData\Roaming folder).  ::* Look for a folder named pip. If it’s not there, right-click, select New &amp;gt; Folder, and name it pip.  :::* Go inside that pip folder.  :::* Right-click, select New &amp;gt; Text Document.  ::* Name it pip.ini (make sure you delete the .txt extension at the end).  :::* Open it in Notepad, paste your mirror configuration, and save it....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Adding a local python mirror =&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
::* Press Win + R, type %APPDATA%, and hit Enter. (This opens your AppData\Roaming folder).&lt;br /&gt;
&lt;br /&gt;
::* Look for a folder named pip. If it’s not there, right-click, select New &amp;gt; Folder, and name it pip.&lt;br /&gt;
&lt;br /&gt;
:::* Go inside that pip folder.&lt;br /&gt;
&lt;br /&gt;
:::* Right-click, select New &amp;gt; Text Document.&lt;br /&gt;
&lt;br /&gt;
::* Name it pip.ini (make sure you delete the .txt extension at the end).&lt;br /&gt;
&lt;br /&gt;
:::* Open it in Notepad, paste your mirror configuration, and save it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Linux / Mac ==&lt;br /&gt;
&lt;br /&gt;
::* mkdir -p ~/.config/pip&lt;br /&gt;
::* nano ~/.config/pip/pip.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Lines to add==&lt;br /&gt;
&lt;br /&gt;
 [global]&lt;br /&gt;
 index-url = https://some_repo_server_fqdn/artifactory/api/pypi/pypi-virtual/simple&lt;br /&gt;
 trusted-host = repo_server_fqdn&lt;br /&gt;
&lt;br /&gt;
== Check your work ==&lt;br /&gt;
&lt;br /&gt;
run:&lt;br /&gt;
&lt;br /&gt;
 pip config list&lt;/div&gt;</summary>
		<author><name>Mflavell</name></author>
	</entry>
</feed>