浏览代码

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