Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup-run-from-source.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup-run-from-source.sh b/setup-run-from-source.sh
index 40a1050..69a6847 100755
--- a/setup-run-from-source.sh
+++ b/setup-run-from-source.sh
@@ -1,4 +1,7 @@
#!/bin/sh
# for activity.py
-export PYTHON_PATH=`pwd`/shell/src/
+export PYTHONPATH=`pwd`/shell/src/
+
+# for sugar_globals.py
+export PYTHONPATH=$PYTHONPATH:`pwd`/