ソースを参照

specify python version

michael mead 8 年 前
コミット
ad8e0f011e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 git clone https://github.com/lnyemba/jx src/api/static/js/jx
-virtualenv sandbox
+virtualenv sandbox --python=python2.7
 source sandbox/bin/activate
 pip install -r requirements.txt
 export PYTHONPATH=$PWD/src