Set up in-package virtualenv via make
This commit is contained in:
parent
68f6f91339
commit
99d79749c4
@ -163,12 +163,23 @@ Clone the MediaGoblin repository and set up the git submodules::
|
|||||||
cd mediagoblin
|
cd mediagoblin
|
||||||
git submodule init && git submodule update
|
git submodule init && git submodule update
|
||||||
|
|
||||||
And set up the in-package virtualenv::
|
Set up the in-package virtualenv via make:
|
||||||
|
|
||||||
(virtualenv --system-site-packages . || virtualenv .) && ./bin/python setup.py develop
|
./bootstrap.sh && ./configure && make
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
Prefer not to use make, or want to use the "old way" of installing
|
||||||
|
MediaGoblin (maybe you know how to use virtualenv and python
|
||||||
|
packaging)? You still can! All that the above make script is doing
|
||||||
|
is installing an in-package virtualenv and running
|
||||||
|
|
||||||
|
./bin/python setup.py develop
|
||||||
|
|
||||||
|
.. ::
|
||||||
|
|
||||||
|
(NOTE: Is this still relevant?)
|
||||||
|
|
||||||
If you have problems here, consider trying to install virtualenv
|
If you have problems here, consider trying to install virtualenv
|
||||||
with the ``--distribute`` or ``--no-site-packages`` options. If
|
with the ``--distribute`` or ``--no-site-packages`` options. If
|
||||||
your system's default Python is in the 3.x series you may need to
|
your system's default Python is in the 3.x series you may need to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user