Skip to content

Commit c713b16

Browse files
committed
adding a couple of new resources for operating systems and application dependencies
1 parent 08d6206 commit c713b16

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

application-dependencies.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ <h2>Application dependency resources</h2>
190190
one of Linux's depenency managers comes up. This provides
191191
<a href="http://notes.pault.ag/debian-python/">one perspective on that debate</a>.</p>
192192
</li>
193+
<li>
194+
<p>This Stack Overflow question details how to set up a
195+
<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>
196+
</li>
193197
</ul>
194198
<br/>
195199
Next read the

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-04-09T07:26:54Z</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-04-10T06:55:51Z</updated></feed>

operating-systems.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ <h2>Operating System Resources</h2>
153153
<li>
154154
<p><a href="http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers">First 5 Minutes on a Server</a></p>
155155
</li>
156+
<li>
157+
<p>Digital Ocean has a detailed
158+
<a href="https://www.digitalocean.com/community/articles/how-to-set-up-ubuntu-cloud-servers-for-python-web-applications">walkthrough for setting up Python web applications on Ubuntu</a>.</p>
159+
</li>
156160
</ul>
157161
<br/>
158162
Next read the

source/content/pages/03-operating-systems/0301-operating-systems.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ provides a command-line interface for interacting with the RPM system.
9191

9292
* [First 5 Minutes on a Server](http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers)
9393

94+
* Digital Ocean has a detailed
95+
[walkthrough for setting up Python web applications on Ubuntu](https://www.digitalocean.com/community/articles/how-to-set-up-ubuntu-cloud-servers-for-python-web-applications).
96+
97+

source/content/pages/09-application-dependencies/0901-application-dependencies.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,6 @@ further clarification.
126126
* Occasionally arguments about using Python's dependency manager versus
127127
one of Linux's depenency managers comes up. This provides
128128
[one perspective on that debate](http://notes.pault.ag/debian-python/).
129+
130+
* This Stack Overflow question details how to set up a
131+
[virtual environment for Python development](http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu).

0 commit comments

Comments
 (0)