Add the setup-run-from-source.sh script (doesn't work yet) and allow to run the cactivities from the shell.
This commit is contained in:
parent
c4781fe8e3
commit
73ac3be1e6
@ -264,3 +264,6 @@ def main():
|
||||
gtk.main()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
||||
if __name__=="__main__":
|
||||
main()
|
||||
|
4
setup-run-from-source.sh
Executable file
4
setup-run-from-source.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# for activity.py
|
||||
export PYTHON_PATH=`pwd`/shell/src/
|
@ -300,3 +300,6 @@ def main():
|
||||
gtk.main()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
||||
if __name__=="__main__":
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user