You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This Stack Overflow question details how to set up a
4226
4226
<ahref="http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu">virtual environment for Python development</a>.</p>
4227
4227
</li>
4228
-
<li>
4229
-
<p>An alternative approach for managing dependencies with Docker instead of
4230
-
through virtualenv is explained in this post entitled
4231
-
"<ahref="http://continuousdelivery.uglyduckling.nl/uncategorized/using-docker-as-a-python-development-environment/">Using Docker as a Python Development Environment</a>."</p>
<p>This Stack Overflow question details how to set up a
164
164
<ahref="http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu">virtual environment for Python development</a>.</p>
165
165
</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
-
"<ahref="http://continuousdelivery.uglyduckling.nl/uncategorized/using-docker-as-a-python-development-environment/">Using Docker as a Python Development Environment</a>."</p>
Copy file name to clipboardExpand all lines: source/content/pages/07-web-app-deployment/09-app-dependencies.markdown
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,10 +148,6 @@ further clarification.
148
148
* This Stack Overflow question details how to set up a
149
149
[virtual environment for Python development](http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu).
150
150
151
-
* An alternative approach for managing dependencies with Docker instead of
152
-
through virtualenv is explained in this post entitled
153
-
"[Using Docker as a Python Development Environment](http://continuousdelivery.uglyduckling.nl/uncategorized/using-docker-as-a-python-development-environment/)."
0 commit comments