use python3 by default

This commit is contained in:
j 2017-02-16 13:49:22 +01:00
commit 196208e544
3 changed files with 19 additions and 19 deletions

2
ctl
View file

@ -9,7 +9,7 @@ fi
if [ "$action" = "init" ]; then
cd "`dirname "$0"`"
BASE=`pwd`
virtualenv --system-site-packages .
virtualenv --system-site-packages -p /usr/bin/python3 .
if [ ! -d static/oxjs ]; then
git clone --depth 1 https://git.0x2620.org/oxjs.git static/oxjs
fi