use python3 to install riot webserver

pull/21833/head
Bruno Windels 2019-04-03 17:01:49 +02:00
parent 146549a66a
commit d93e6edb1d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ cd $BASE_DIR
# Install ComplexHttpServer (a drop in replacement for Python's SimpleHttpServer
# but with support for multiple threads) into a virtualenv.
(
virtualenv env
virtualenv -p python3 env
source env/bin/activate
# Having been bitten by pip SSL fail too many times, I don't trust the existing pip