Skip to content

Commit a4e5e7b

Browse files
committed
new virtualenv resource
1 parent d5de5da commit a4e5e7b

File tree

6 files changed

+14
-3
lines changed

6 files changed

+14
-3
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4403,6 +4403,10 @@ <h2>Application dependency resources</h2>
44034403
<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>
44044404
</li>
44054405
<li>
4406+
<p>Another Stack Overflow page answers
4407+
<a href="http://stackoverflow.com/questions/9554087/setting-an-environment-variable-in-virtualenv">how to set environment variables when using virtualenv</a>.</p>
4408+
</li>
4409+
<li>
44064410
<p><a href="http://mrcoles.com/tips-using-pip-virtualenv-virtualenvwrapper/">Tips for using pip + virtualenv + virtualenvwrapper</a>
44074411
shows how to use shell aliases and postactivate virtualenvwrapper hooks to
44084412
make life easier when using these tools.</p>

application-dependencies.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ <h2>Application dependency resources</h2>
160160
<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>
161161
</li>
162162
<li>
163+
<p>Another Stack Overflow page answers
164+
<a href="http://stackoverflow.com/questions/9554087/setting-an-environment-variable-in-virtualenv">how to set environment variables when using virtualenv</a>.</p>
165+
</li>
166+
<li>
163167
<p><a href="http://mrcoles.com/tips-using-pip-virtualenv-virtualenvwrapper/">Tips for using pip + virtualenv + virtualenvwrapper</a>
164168
shows how to use shell aliases and postactivate virtualenvwrapper hooks to
165169
make life easier when using these tools.</p>

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>2015-04-09T08:17:13Z</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>2015-04-09T09:32:08Z</updated></feed>

other-web-frameworks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
9-
<meta name="description" content="Python has dozens of web frameworks with differing philosophies. Learn more about lesser known frameworks on Full Stack Python.">
9+
<meta name="description" content="Python has dozens of web frameworks with differing philosophies. Learn more about frameworks on Full Stack Python.">
1010
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
1111
<title>Other Web Frameworks - Full Stack Python</title>
1212
<!--[if lt IE 9]>

source/content/pages/04-web-development/09-other-web-frameworks.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: Other Web Frameworks
22
category: page
33
slug: other-web-frameworks
44
sort-order: 0409
5-
meta: Python has dozens of web frameworks with differing philosophies. Learn more about lesser known frameworks on Full Stack Python.
5+
meta: Python has dozens of web frameworks with differing philosophies. Learn more about frameworks on Full Stack Python.
66

77

88
# Other Web Frameworks

source/content/pages/07-web-app-deployment/09-app-dependencies.markdown

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

139+
* Another Stack Overflow page answers
140+
[how to set environment variables when using virtualenv](http://stackoverflow.com/questions/9554087/setting-an-environment-variable-in-virtualenv).
141+
139142
* [Tips for using pip + virtualenv + virtualenvwrapper](http://mrcoles.com/tips-using-pip-virtualenv-virtualenvwrapper/)
140143
shows how to use shell aliases and postactivate virtualenvwrapper hooks to
141144
make life easier when using these tools.

0 commit comments

Comments
 (0)