Merge branch 'merge-pyconfigure'
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 7 Aug 2013 16:57:12 +0000 (11:57 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 7 Aug 2013 16:57:12 +0000 (11:57 -0500)
Conflicts:
docs/source/siteadmin/deploying.rst

1  2 
docs/source/siteadmin/deploying.rst

index 2f68912de647f4d6a7e147adbc7ff0f088a3e874,05cf172d58bc15c54df2a554864cbf24d1ae56b7..6123dc9e9165f3af150e004df332e09dbf10e18a
@@@ -203,9 -163,9 +203,9 @@@ Clone the MediaGoblin repository and se
      cd mediagoblin
      git submodule init && git submodule update
  
- Set up the in-package virtualenv::
 -Set up the in-package virtualenv via make:
++Set up the in-package virtualenv via make::
  
-     (virtualenv --system-site-packages . || virtualenv .) && ./bin/python setup.py develop
+     ./bootstrap.sh && ./configure && make
  
  .. note::