We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4300f commit 988352cCopy full SHA for 988352c
source/content/pages/07-web-app-deployment/09-app-dependencies.markdown
@@ -136,6 +136,10 @@ further clarification.
136
* This Stack Overflow question details how to set up a
137
[virtual environment for Python development](http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu).
138
139
+* [Tips for using pip + virtualenv + virtualenvwrapper](http://mrcoles.com/tips-using-pip-virtualenv-virtualenvwrapper/)
140
+ shows how to use shell aliases and postactivate virtualenvwrapper hooks to
141
+ make life easier when using these tools.
142
+
143
144
## Application dependencies learning checklist
145
<i class="fa fa-check-square-o"></i>
0 commit comments