<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=HowTo_Use_Python_Virtual_Environments</id>
	<title>HowTo Use Python Virtual Environments - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=HowTo_Use_Python_Virtual_Environments"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=HowTo_Use_Python_Virtual_Environments&amp;action=history"/>
	<updated>2026-06-02T03:18:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=HowTo_Use_Python_Virtual_Environments&amp;diff=2387&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;Linux ``` apt install python3 python3-venv python3 -m venv venv source venv/bin/activate pip install ansible-base ansible -h ansible-playbook -h ```  Windows ``` You can do th...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=HowTo_Use_Python_Virtual_Environments&amp;diff=2387&amp;oldid=prev"/>
		<updated>2021-10-28T20:10:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Linux ``` apt install python3 python3-venv python3 -m venv venv source venv/bin/activate pip install ansible-base ansible -h ansible-playbook -h ```  Windows ``` You can do th...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Linux&lt;br /&gt;
```&lt;br /&gt;
apt install python3 python3-venv&lt;br /&gt;
python3 -m venv venv&lt;br /&gt;
source venv/bin/activate&lt;br /&gt;
pip install ansible-base&lt;br /&gt;
ansible -h&lt;br /&gt;
ansible-playbook -h&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Windows&lt;br /&gt;
```&lt;br /&gt;
You can do this on windows&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>