瀏覽代碼

Bug fix with installer

steve 8 年之前
父節點
當前提交
07933d9d3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install.sh

+ 1 - 1
install.sh

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