Closed msabramo closed 12 years ago
Adds a sample plist file and a really simple python program for substituting in the python interpreter.
Example usage:
~/dev/git-repos/stallion$ python -m stallion.write_plist > ~/Library/LaunchAgents/pyevolve.stallion.plist ~/dev/git-repos/stallion$ launchctl load -w ~/Library/LaunchAgents/pyevolve.stallion.plist ~/dev/git-repos/stallion$ pgrep -fl python 36744 /Users/marc/dev/git-repos/stallion/stallion.venv/bin/python -m stallion.main
Adds a sample plist file and a really simple python program for substituting in the python interpreter.
Example usage: