Browse Source

Bug fix with installer

steve 8 years ago
parent
commit
07933d9d3c
1 changed files with 1 additions and 1 deletions
  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