Remove underscore from PYTHON_PATH
This commit is contained in:
parent
73ac3be1e6
commit
7367dfad19
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# for activity.py
|
# for activity.py
|
||||||
export PYTHON_PATH=`pwd`/shell/src/
|
export PYTHONPATH=`pwd`/shell/src/
|
||||||
|
|
||||||
|
# for sugar_globals.py
|
||||||
|
export PYTHONPATH=$PYTHONPATH:`pwd`/
|
||||||
|
Loading…
Reference in New Issue
Block a user