Remove --system-site-packages argument to ./configure.
MediaGoblin ignores this argument and creates a virtualenv with --system-site-packages regardless. Appears it's been this way since the early days. Removing this make the installation instructions easier to read.
This commit is contained in:
@@ -78,7 +78,7 @@ RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch mast
|
||||
RUN git show --oneline --no-patch
|
||||
|
||||
RUN ./bootstrap.sh
|
||||
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
|
||||
RUN ./configure
|
||||
RUN make
|
||||
|
||||
RUN ./bin/python -m pip freeze
|
||||
|
||||
Reference in New Issue
Block a user