Added setpythonpath.sh to repository.
authorMarek Stępniowski <marek@stepniowski.com>
Sun, 7 Sep 2008 20:47:37 +0000 (22:47 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Sun, 7 Sep 2008 20:47:37 +0000 (22:47 +0200)
setpythonpath.sh [new file with mode: 0755]

diff --git a/setpythonpath.sh b/setpythonpath.sh
new file mode 100755 (executable)
index 0000000..2aea8d8
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+export PYTHONPATH=`pwd`/lib:`pwd`/apps:$PYTHONPATH
\ No newline at end of file