aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-08-22 09:54:55 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-08-22 09:54:55 -0500
commitd60d686a14d10af3f58867569622735ff9ecd068 (patch)
treeafaf93946aa359886ee508414e6bb6927ef26939
parent51f49118555be3021127602aef78a548850b59b5 (diff)
downloadmediagoblin-d60d686a14d10af3f58867569622735ff9ecd068.tar.lz
mediagoblin-d60d686a14d10af3f58867569622735ff9ecd068.tar.xz
mediagoblin-d60d686a14d10af3f58867569622735ff9ecd068.zip
eek, should be python2 not python22
-rw-r--r--docs/source/siteadmin/deploying.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 741e9655..ad68c897 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -200,7 +200,7 @@ Clone the MediaGoblin repository and set up the git submodules::
And set up the in-package virtualenv::
- (virtualenv --python=python2 --system-site-packages . || virtualenv --python=python22 .) && ./bin/python setup.py develop
+ (virtualenv --python=python2 --system-site-packages . || virtualenv --python=python2 .) && ./bin/python setup.py develop
.. note::