use python3 to install riot webserver
This commit is contained in:
parent
146549a66a
commit
d93e6edb1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue