Browse Source

Bug fix with installer

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