瀏覽代碼

Changed used python version to python2

Felix Schultze 9 年之前
父節點
當前提交
49838a8a27
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      startDev.sh

+ 1 - 1
startDev.sh

@@ -33,7 +33,7 @@ if([ `ps aux | grep  "$djangoCommand" | wc -l` -eq 1 ]); then
     fi
 
     echo "starting django server in another xterm window"
-    xterm -e "python3 manage.py runserver $remoteVar" &
+    xterm -e "python2 manage.py runserver $remoteVar" &
 else
     echo "django is running, though not starting"
 fi