Browse Source

specify python version

michael mead 8 năm trước cách đây
mục cha
commit
ad8e0f011e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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