eek, should be python2 not python22
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 Aug 2014 14:54:55 +0000 (09:54 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 Aug 2014 14:54:55 +0000 (09:54 -0500)
docs/source/siteadmin/deploying.rst

index 741e96551622c229256a7c501776b1461c87f388..ad68c8974c3af63f1df693b95f99553ac7b3f9a9 100644 (file)
@@ -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::