You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
299 B
Bash
9 lines
299 B
Bash
8 years ago
|
#!/bin/bash
|
||
|
|
||
|
#script_dir=`dirname $0`
|
||
|
#cd $script_dir
|
||
|
#/bin/bash -c ". activate sandbox; exec /bin/bash -i"
|
||
|
`source activate sandbox`
|
||
|
export PYTHONPATH=$PWD/src
|
||
|
python src/utils/agents/data-collector.py --path /Users/michaelmead/Documents/Programming/monitor/config.json --title "Seekers Dashboard"
|