eek, should be python2 not python22

This commit is contained in:
Christopher Allan Webber 2014-08-22 09:54:55 -05:00
parent 51f4911855
commit d60d686a14

View 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::