use python3 from venv if manage.py gets started with 2

This commit is contained in:
j 2017-03-16 12:37:29 +01:00
commit 87fe056e56
2 changed files with 7 additions and 0 deletions

View file

@ -22,6 +22,7 @@
echo "pandora:pandora" | chpasswd
echo PasswordAuthentication no >> /etc/ssh/sshd_config
locale-gen en_US.UTF-8
export LANG=en_US.UTF-8
cd /root
curl -L https://pan.do/ra-install > pandora_install.sh