forked from 0x2620/pandora
use python3 by default
This commit is contained in:
parent
fde4734cd4
commit
196208e544
3 changed files with 19 additions and 19 deletions
2
ctl
2
ctl
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue