Updating deployment guide so that it can handle the current virtualenv site-packages changes
Now it should try using --system-site-packages and if that fails (older version) it tries it without the argument.
This commit is contained in:
@@ -118,7 +118,7 @@ Clone the MediaGoblin repository::
|
|||||||
And setup the in-package virtualenv::
|
And setup the in-package virtualenv::
|
||||||
|
|
||||||
cd mediagoblin
|
cd mediagoblin
|
||||||
virtualenv . && ./bin/python setup.py develop
|
(virtualenv --system-site-packages . || virtualenv .) && ./bin/python setup.py develop
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user