<?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_ve</id>
		<title>Python ve - 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_ve"/>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Python_ve&amp;action=history"/>
		<updated>2026-04-30T19:37:06Z</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_ve&amp;diff=1058&amp;oldid=prev</id>
		<title>Jfreier: Created page with &quot;Python Virtual Environments  A python virtual environment is a way of setting up a python project in a environment sandbox.  Create the environment   python3 -m venv env  Acti...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Python_ve&amp;diff=1058&amp;oldid=prev"/>
				<updated>2022-06-03T14:08:40Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Python Virtual Environments  A python virtual environment is a way of setting up a python project in a environment sandbox.  Create the environment   python3 -m venv env  Acti...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Python Virtual Environments&lt;br /&gt;
&lt;br /&gt;
A python virtual environment is a way of setting up a python project in a environment sandbox.&lt;br /&gt;
&lt;br /&gt;
Create the environment&lt;br /&gt;
  python3 -m venv env&lt;br /&gt;
&lt;br /&gt;
Activate the environment&lt;br /&gt;
  source ./env/bin/activate&lt;br /&gt;
&lt;br /&gt;
Deactivate the environment&lt;br /&gt;
  ./deactivate&lt;/div&gt;</summary>
		<author><name>Jfreier</name></author>	</entry>

	</feed>