I'm trying to run a python web app on AWS. It works fine if I log into AWS with SSH. But with fabric this does not work. I tried:
run('python app.py &')
And:
sudo('python app.py &')
No repsonse:
$ python awsstart.py run
[ec2-user@XYZ] run: python app.py &
$ (empty)