diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-22 09:54:55 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-22 09:54:55 -0500 |
commit | d60d686a14d10af3f58867569622735ff9ecd068 (patch) | |
tree | afaf93946aa359886ee508414e6bb6927ef26939 /docs/source | |
parent | 51f49118555be3021127602aef78a548850b59b5 (diff) | |
download | mediagoblin-d60d686a14d10af3f58867569622735ff9ecd068.tar.lz mediagoblin-d60d686a14d10af3f58867569622735ff9ecd068.tar.xz mediagoblin-d60d686a14d10af3f58867569622735ff9ecd068.zip |
eek, should be python2 not python22
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
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:: |