Skip to content

Commit 03061a6

Browse files
committed
new post on using docker instead of virtualenv
1 parent 05b3904 commit 03061a6

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

application-dependencies.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ <h2>Application dependency resources</h2>
163163
<p>This Stack Overflow question details how to set up a
164164
<a href="http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu">virtual environment for Python development</a>.</p>
165165
</li>
166+
<li>
167+
<p>An alternative approach for managing dependencies with Docker instead of
168+
through virtualenv is explained in this post entitled
169+
"<a href="http://continuousdelivery.uglyduckling.nl/uncategorized/using-docker-as-a-python-development-environment/">Using Docker as a Python Development Environment</a>."</p>
170+
</li>
166171
</ul>
167172
<h2>Application dependencies learning checklist</h2>
168173
<p><i class="fa fa-check-square-o"></i>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-07T19:50:55Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-08T21:41:09Z</updated></feed>

source/content/pages/03-deployment/0315-application-dependencies.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ further clarification.
147147
* This Stack Overflow question details how to set up a
148148
[virtual environment for Python development](http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu).
149149

150+
* An alternative approach for managing dependencies with Docker instead of
151+
through virtualenv is explained in this post entitled
152+
"[Using Docker as a Python Development Environment](http://continuousdelivery.uglyduckling.nl/uncategorized/using-docker-as-a-python-development-environment/)."
153+
150154

151155
## Application dependencies learning checklist
152156
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)