Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-04-27 18:17:10 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-04-27 18:17:10 (GMT)
commit7367dfad19f577c0ee4f95673b1edd87c175dcaf (patch)
treeb343009cabb9651fb675b937c77c7db49bb171e3
parent73ac3be1e694393676152ddb3f6568a12504d264 (diff)
Remove underscore from PYTHON_PATH
-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`/