Switch to Python 3 by default.

Addresses #5592.
This commit is contained in:
Ben Sturmfels
2020-04-24 14:38:16 +10:00
parent 0798a8892a
commit 100f626551
6 changed files with 21 additions and 21 deletions

View File

@@ -58,7 +58,7 @@ USER www-data
RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git -b master .
RUN ./bootstrap.sh
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure --without-python3
RUN make
RUN ./bin/pip install scikits.audiolab