fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90669df
)
Added setpythonpath.sh to repository.
author
Marek Stępniowski
<marek@stepniowski.com>
Sun, 7 Sep 2008 20:47:37 +0000
(22:47 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Sun, 7 Sep 2008 20:47:37 +0000
(22:47 +0200)
setpythonpath.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/setpythonpath.sh
b/setpythonpath.sh
new file mode 100755
(executable)
index 0000000..
2aea8d8
--- /dev/null
+++ b/
setpythonpath.sh
@@ -0,0
+1,2
@@
+#!/bin/sh
+export PYTHONPATH=`pwd`/lib:`pwd`/apps:$PYTHONPATH
\ No newline at end of file